I'm having trouble here. My theme's settings don't seem to give me an option to get rid of the large space between my header image and the navbar. I tried 0px in a few different places, but nothing seems to be moving it closer.
Please help, thanks!
I'm having trouble here. My theme's settings don't seem to give me an option to get rid of the large space between my header image and the navbar. I tried 0px in a few different places, but nothing seems to be moving it closer.
Please help, thanks!
In your CSS, there is a margin top of 165px which is creating the whitespace. Find this and reduce it to 45px, that should sort it out.
#access {
margin-top: 165px;
}Thank you so much! Worked perfectly!
You must log in to post.