Changes in header
-
Hi, I want to move my logo to the right side of the header, and add the store address in the left. Is it possible? Should I type it in a text widget and then move it or it has to be an image?
URL: http://olalaboutique.com/
The blog I need help with is: (visible only to logged in users)
-
I would probably suggest putting it into your header image, but you could put the two bits into text widgets and style and move them up on top of the whitespace on each side of the central part of the header.
-
Ok, I think it will be better with text, but if it is much of a problem I can add it to my header image.
I already done the two text widgets, one with the adress (starts: Rio Colorado…) and the other the logo.
Can you help me moving them to the top?
-
-
Give this a try and see what you think.
#container { position: relative; } #masthead { margin-top: 68px; } #text-10 { position: absolute; top: 27px; left: 15px; } #text-10 p { margin-bottom: 3px; } #text-11 { position: absolute; top: 35px; right: 0; } -
It worked great thanks.
I erased the central header in Settings, and it all moved. There is another way to do that?
-
Yes, put the title back in at settings > general and then add this to your CSS.
#site-title a { margin-left: -9999px; } -
-
- The topic ‘Changes in header’ is closed to new replies.