Row stretch - by LucasLuc - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 4 years ago ago by Rose Tyler

  • Avatar: LucasLuc
    LucasLuc
    Participant
    April 15, 2020 at 20:01

    Hi,
    How can I make row wider?
    I want that the categories to be from left to right, but not extended downwards.
    Row stretch- I need wider from left to the right.

    Regards

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 16, 2020 at 07:14

    Hello,

    Try to add the next code in Theme Options > Theme Custom CSS > Global custom CSS:

    .item-design-mega-menu {
        position: static;
    }
    .header-top, .header-main, .header-bottom {
        position: static;
    }
    .item-design-mega-menu .nav-sublist-dropdown {
        left: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .item-design-mega-menu .nav-sublist-dropdown:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 40px;
        bottom: 100%;
    }

    Regards

    Avatar: LucasLuc
    LucasLuc
    Participant
    April 16, 2020 at 07:59

    Hi,
    It works.
    Thank you very much.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 16, 2020 at 08:30

    Hello,

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.