Remove Extra Space Below Menu on Gateway Theme?
-
I am using the Gateway theme which I really like overall, but I’d like to see if I can remove the white space below the menu header and above my content. Here is my blog… http://www.pejproducts.com
Could you please take a look?
Thanks!
~ErinThe blog I need help with is: (visible only to logged in users)
-
That is top margin on the site-content div. To adjust that, add the following and adjust the 4.5em value as desired.
.site-content { margin-top: 4.5em; } -
-
One last question…
How do I adjust the space below the page title. For example on http://pejproducts.com/where-to-buy/ …the space directly under WHERE TO BUY needs to be a little smaller.
~Erin
-
Hi there, the following will tighten that up some. See if that is enough. To tighten things up further will require some playing around due to the way the HTML and CSS are done on Gateway.
.page-content, .entry-content, .entry-summary { margin-top: 0; } .entry-header { margin-bottom: 0; }
- The topic ‘Remove Extra Space Below Menu on Gateway Theme?’ is closed to new replies.