Delete gap between menu and image
-
I’m having a problem with deleting the gap between my menu and image on my homepage http://www.hymnhelp.net. I have searched and tried all of the suggestions e.g. css code, but nothing seems to work.
Thank you in advance for any help you may be able to give me.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can try this CSS code:
header#masthead.site-header { margin-bottom: 0px; } main#main.site-main { padding-top: 0px; }
- The topic ‘Delete gap between menu and image’ is closed to new replies.