Tagged: adjust, background, image, top menu
I am trying to get the background image of a color section to sit flush at the bottom of the main menu. Below is a photo of what it looks like now, with just a small portion of the top showing through the menu. I don’t want to be able to see the background image behind the menu until I start to scroll.
I figured it out! I added a Section ID then used this CSS:
#top_page {
margin-top: 25px !important;
}