[Support request] Header differtent in NL version and UK version

Home Forums Support [Support request] Header differtent in NL version and UK version

Home Forums Support Header differtent in NL version and UK version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #977814
    Ewout

    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

    #978223
    Tom
    Lead Developer
    Lead Developer

    Hi there,

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

    #978294
    Ewout

    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

    #978591
    Tom
    Lead Developer
    Lead Developer

    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.