How to move header?!
-
I currently have the Chunk theme, that i wish to tweak a little… I’ve already managed to move the footer as the right sidebar, which means that it has pushed the header text and header image to the left.
How do I center the header again or at least move it?
Thank you in advance!
Yasmincruz
The blog I need help with is: (visible only to logged in users)
-
I’m sorry but Staff are unavailable until Monday and only they are providing CSS editing support these days.
-
-
To move the footer widgets in the Chunk theme to the right of the content area, try starting with the following CSS and adjust the numbers as necessary:
#container, #header, #menu, #footer { position: relative; width: 1084px; text-align: center; } #menu .menu ul { display: inline-block; } #widgets .widget-area { padding-top: 22px; } #contents { margin-right: 238px; } #widgets { width: 238px; position: absolute; top: 442px; right: 0; border-top: none; } #widgets .widget { width: 238px; }
- The topic ‘How to move header?!’ is closed to new replies.