• Resolved iremedy

    (@iremedy)


    Hi!

    I want to make my nav bar stays in line despite screen resolution like this:
    https://prnt.sc/fJ16Fpu2gHK5

    But if user screen let’s say their screen is around 1366p, the nav menu will go under like this:
    https://prnt.sc/Zl2y_9dzzGGp

    I’ve tried so many solutions but couldn’t get it the way I want it, I really appreciate ur help and support thanks.

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

Viewing 1 replies (of 1 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    @media screen and (min-width: 958px){
    .center-menu #site-navigation-wrap {
        left: 60%;
        width: 90%;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Nav Bar text goes underneath if resolution below 1300p’ is closed to new replies.