• So, when I scroll the page down, and the header disappears and only the menu stays (like it should) …the logo, Page Title and Subtitle drop down to reside on the menu bar. That’s not right. When you scroll past it, it should just be gone. (in my opinion)

    I guess it’s called sticky header. Should be “sticky menu” …not sticky header, but that’s an opinion I guess.

    Is there a way I can have the menu stick, but not the page title and logo?

    • This topic was modified 6 years, 3 months ago by donnaWPadmin.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Donna, on my installation, I have the logo showing in the sticky header but not site title or subtitle. So I don’t know why you are seeing title/subtitle– probably something in the site customization options. The problem with Evolve is that there are so many options that can be tricky to find the one you need.

    But I can help you with the logo. I liked having the logo on the menu so was happy to leave it there, but I wanted it smaller — so I edited my child style like this:
    .sticky-header img {max-width:120px;}

    But if I wanted to get rid of it entirely, then the easiest way would be:

    .sticky-header img {display:none;}

    I’m guessing the old “display:none” trick should also be able to get rid of the unwanted title & subtitle tag, if there isn’t a way to fix it through the customization settings.

    Yep, if using a larger logo image is good to use a custom CSS as many users may you different logo sizes. If I would set a fixed sticky header logo and height, many users could complain their logo is too small or too big as not always a square logo layout is used ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticky header issue’ is closed to new replies.