I am just trying to move things up a little...
Is this in the css?
I am trying to bring the text up where it says
"Time Goes Fast"
Where do I edit it so it goes up a little?
I am just trying to move things up a little...
Is this in the css?
I am trying to bring the text up where it says
"Time Goes Fast"
Where do I edit it so it goes up a little?
milobloom,
Where is the site with the issue???
Zen-Venom Get Bitten
oops Sorry I forgot to post a link.
www.allforyourwedding.com
Multitude of sins....
You are displaying the search in the header but the div for it is there and blowing to the right.
Move the code for this to inside of the navmain div
Once that is done you can look at this in your stylesheet and see the padding is pushing this about 20px in all directions you might see what removing it all together does to the rst of the site or use the 4 entries and zero the first or top
0em 2em 2em 2em; in this
see where that moves itCode:.centerColumn{ padding: 2em; font-size:1.2em; background-color: transparent; }
BTW you site hangs loading ??? from other sites
Zen-Venom Get Bitten
I took the search out of the header completely in my Layout boxes controller. (I have it in the side box. so I don't really need it anyway.)
Changed the stylesheet like you said. I think I gained a space. but just want to inch it up a little more. Trying to get it way up. Any suggestions?
Oh the thing with the loading...
Its that moving graphic thing it looks better then anything I can do.
When the site starts moving again I may hire someone to do it just for the site...
While I am not an advocate of negative margins you are actually right up against the bottom of your headerWrapper div right now and only due to the color being mostly white does this appear as a major white space.... Once logged in other nav items will be in this area so I offer this as a solution BUT warn that it may later be another issue
Add this to your stylesheet
Code:#indexCategoriesMainContent { margin: -4em 0em 0em 0em; }
Zen-Venom Get Bitten
edit your stylesheet.css
#headerWrapper {
margin:0;
padding:0;
text-align:center;
}
the text-align:center is to center your logo.. it may look better if you have a wider logo...
you could try a margin-top:5px or so if you want to bring the logo away from the edge...
~Steve~
Thanks guys.
Made my header bigger.
Will keep looking to see if the neg, effects anything.
the negative brings your tagline into the navbar... add something to your cart then take a look...
~Steve~