Change column width and move menu
-
I purchased the customizable upgrade so that I could move the menu in Vertigo from the bottom to the top and make my one column fit the page, but I cannot figure it out. Just adjusting the column width is not doing it.
Katherine
The blog I need help with is: (visible only to logged in users)
-
Here is an example that will move the menu:
#main { position: relative; } #access { position: absolute; top: 200px; }And this is a starting point for changing the width of the main column.
.type-page .container { padding: 60px 0 0 0; }You should also adjust the content width value on the Appearance → Custom Design → CSS page after you decide on a main column width.
- The topic ‘Change column width and move menu’ is closed to new replies.