Megamenu width - by Johnni Grenaa - on WordPress WooCommerce support

This topic has 10 replies, 3 voices, and was last updated 3 years, 12 months ago ago by Olga Barlow

  • Avatar: Johnni Grenaa
    Johnni Grenaa
    Participant
    April 20, 2020 at 20:50

    hi,

    I have created my submenu and set the static block to 100% width (minimum 1600px) – still there’s a padding/margin going on, how do I remove?

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 21, 2020 at 09:04

    Hello,

    Please provide temporary wp-admin access, so we can take a closer look.

    Regards

    Avatar: Johnni Grenaa
    Johnni Grenaa
    Participant
    April 21, 2020 at 13:17

    User name and PW in private content

    I have the site as boxed

    Please contact administrator
    for this information.
    Avatar: Johnni Grenaa
    Johnni Grenaa
    Participant
    April 21, 2020 at 22:24

    hi again,

    Additional question. Is it possible to have Add To Cart open up the off canvas cart instead of the standard notification?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 22, 2020 at 11:04

    Hello,

    1) Add the next code in Theme Options > Theme Custom CSS:

    @media only screen and (min-width: 992px) {
        .item-design-mega-menu .nav-sublist-dropdown {
            left: 0 !important;
            margin: 0 !important;
            right: 0 !important;
            width: 100% !important;
            max-width: 100% !important;
            transform: none !important;
        }
        .item-design-mega-menu, .header-top, .header-main, .header-bottom, .header-wrapper .et_column.pos-static ~ .et_column:last-child {
            position: static;
        }
    }

    2) There is no such possibility for variable products because such products can’t be added to cart without page refresh.

    Regards

    Avatar: Johnni Grenaa
    Johnni Grenaa
    Participant
    April 22, 2020 at 14:56

    Thank you so much. That did the trick!

    Thanks also for the reply about add to cart

    Avatar: Johnni Grenaa
    Johnni Grenaa
    Participant
    April 22, 2020 at 14:59

    Hi again,

    Now I can’t go to the submenu, when I leave the parent item the menu goes away

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 22, 2020 at 15:28

    Hello,

    Add this code also
    .item-design-mega-menu:before {content: ""; width: 145px; height: 115px; position: absolute; z-index: 3;}

    Regards

    Avatar: Johnni Grenaa
    Johnni Grenaa
    Participant
    April 22, 2020 at 16:23

    Thank you Rose, that seemed to fix it.

    Appreciate the help

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 22, 2020 at 20:16

    You are welcome.

    Regards

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.