• Resolved acmultimedia

    (@acmultimedia)


    I’m unable to make the menu 100% width on desktop. If you take a look at the URL I provided, you’ll see that the menu is occupying just a portion of the screen width. I would like to make it 100% and put the cart icon all the way to the right side of the screen. I’m using the Storefront theme.

    Thanks in advance.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi,

    Please go to Appearance > Customize > Additional CSS and add the following:

    body.woocommerce-active .site-header .main-navigation {
    width: 100%;
    margin: 0;
    }

    Regards,
    Tom

    Thread Starter acmultimedia

    (@acmultimedia)

    Hi,

    This worked. Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to make menu full width’ is closed to new replies.