• Resolved Daniel

    (@marketinggreenpaint)


    Hello everyone,

    I am having trouble with my website, at 1200px width the menu overlaps the logo(or the other way around idk really).
    At 990px(I think) it reshapes into the mobile version, and what I want to do is either it changes to the mobile version at 1200px or I can fix the menu
    Can anyone help me, please?
    Thanks in advance,

    Daniel

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, would something like this work for you? Add it to Appearance->Customize->Additional CSS

    @media (max-width: 1200px) and (min-width: 990px) {
        .main-header .header-right {
            margin-top: 60px;
        }
        .main-header {
            margin-bottom: 30px;
        }
    }
    Thread Starter Daniel

    (@marketinggreenpaint)

    @jarretc Thank you! It works.
    You are always helpful, can’t thank you enough.
    Do you have any work I could give support to or something?

    Hi, no support needed! Just glad I was able to get a working solution for you ??

    Thread Starter Daniel

    (@marketinggreenpaint)

    @jarretc Thank you very much ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Overlapping menu when going down to 1200px width’ is closed to new replies.