Site logo

Archived topic

Settings is not kicking in?

5 replies · Started by Carsten on October 7, 2020

Viewing posts 1–6 of 6

Hi there, I have two issues

Header is set to contained but is full width

Logo is not displayed

Please see links

Thanks

Hi there,

Any chance you can link us to the site in question?

You can use the private information field.

Let me know :)

Sure, you need to login to see the header, please let me know if you need admin access

Thanks!

The element you are referring to is actually the mobile header so the header option won't work.

It's tricky as you've adjusted the breakpoint for some reason?

This CSS should be a patch:

@media (max-width: 2000px) {
    body #mobile-header.main-navigation.mobile-header-navigation {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
}

Using Navigation as Header, helped, but it's a bit confusing when settings you expect to take effect, do not work.

Graying out these inactive settings would help the understanding.

The breakpoint is adjusted to keep mobile menu on desktop as well.

Thanks!

No problem :)

This archived topic is closed to new replies.