Moving menu margin in blogum theme
-
I would like to change my menu so that it starts where the middle section of my blog is (over the post section.) How would I do this? Also, how do I add some space between the menu items and my site title?
The blog I need help with is: (visible only to logged in users)
-
I was able to figure it out. However, now I need to know how to reduce the space between my menu items and underneath, where my blog starts.
-
You have added this:
#header { padding: 50px 0 10px 160px; }The third value is the bottom padding: decrease the number to decrease the space between the menu and the border below it. To decrease it as much as possible, replace “10px” with a plain “0”.
- The topic ‘Moving menu margin in blogum theme’ is closed to new replies.