Change width of menu and margins
-
Hi there
I’d like to change the width of the margin on the right hand side of my blog so that it is the same as the margin on the left, and have the width of the menu bar in line with the text below on the right hand side (at the moment it doesn’t align).
Does anyone know how to do this please?
Thanks for your help.
The blog I need help with is: (visible only to logged in users)
-
Hi, to widen the header/menu to the width of the content and align it on the right with the text in the sidebar, make the following changes in the #masthead rule you have in your custom CSS. On the width declaration you have, change that to max-width and 100%.
#masthead { margin-right: 0; max-width: 100%; } -
-
- The topic ‘Change width of menu and margins’ is closed to new replies.