Site logo

Archived topic

Header differtent in NL version and UK version

3 replies · Started by Ewout on August 7, 2019

Viewing posts 1–4 of 4

Hiya

If I change the language of my page from NL to UK or visa versa, my header layout changes.

I tried to compensate with custom CSS, but if I have changed the UK version to look the same as the NL version, than the NL version look also totally different.

I would like to have the header version of the NL version also be visible for the UK version.

Kind regards,

Ewout

Hi there,

Are you using a specific plugin to change the languages? If so, which one?

I use WPML,

I think it's a responsive issue.(nothing to do with wpml I think) when make the screen smaller the menu bar go's under the logo.

Is it possible to not let the menu go under the logo, but instead stay the same until the breakpoint?

Kind regards,

Ewout

I'm actually not seeing any difference between the layout regardless of screen size.

You can prevent it from dropping down too early with this:

@media (min-width: 769px) {
    .site-logo {
        float: left;
    }
}

However, it will still drop down once it runs out of space. You can combat that by increasing the mobile menu breakpoint in Customize > Layout > Primary Navigation.

This archived topic is closed to new replies.