Sticky menu not behaving properly

I just recently put a new site live using the Pro. When I did, the sticky menu on the front page is loading larger than it should and then, once sticking to the top, looks the way I desired from the beginning. You can find the menu on the live site here: https://www.camanochapel.org/

Any ideas why it’s adding the extra zone of white at the bottom? I’ve been hunting through the code and cannot figure it out.

Hi There @brandshouter

Thanks for writing in! Could you please provide us with some screenshots of how it should look like.

I have checked your menu and here’s how it loads on my end.

Thanks!

The second screen shot is how it should always look, not just when it sticks. That extra white at the bottom should not be there. It wasn’t there on my dev site but, once I moved it over, it’s now showing.

Hi There,

There is a margin below your header, to remove it please add this custom CSS under Theme Options > CSS:

.home .entry-content.content {
    margin-top: 0;
}

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Thanks.

Thank you for the response and the code snippet. I do understand CSS and could have added that myself but I’m more confused that that margin is there to being with. It didn’t exist on my development server. When I moved the site to the live server, this popped up all of a sudden. No problems though. I added the code and will move forward with that.

You’re welcome!
We’re glad our staff were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.