• i want to make my main menu full width , im using max mega menu plugin and oceanwp theme
    screenshot for the problem: https://prnt.sc/pd4v5q

    i have tried so many solution but couldnt fix it , i really appreciate ur help and support thanks.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’d like to know too.

    Hello,

    Try to add below code to the Customize > Custom CSS section to make it full width –

    .minimal-header.left-menu #site-navigation-wrap {
        float: left;
        width: 100%;
    }
    Thread Starter gallant5001

    (@gallant5001)

    thanks that code works <33, i really appreciate your help .

    is it possible too to move the logo to the middle?

    screenshot : https://prnt.sc/peazi4

    In that case, you can use the Medium header style which has the same layout as you want to achieve. Go to Customize > header > general section and select the medium header style. Don’t forget to remove the code I gave you previously if you select this header.

    But if you want to use the current one, then add the below code –

    @media only screen and (min-width: 959px) {
    div#site-logo {
        margin: 0 auto;
        float: none;
    }
    }
    Thread Starter gallant5001

    (@gallant5001)

    thanks mate that code worked like a charm . you are the best <3

    Thread Starter gallant5001

    (@gallant5001)

    Umm by any chance u have any idea about how to change customer city field of calculation shipping in cart page to dropdown list to make it easier for customers instead of doing it manually

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to make main menu full width in oceanwp theme’ is closed to new replies.