Shop Categories

X

Two columns drop off menu

Home Forums Agama Pro Two columns drop off menu

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27452
    Diego Letelier
    Participant

    Helo Zex!

    How are you? I hope you are fine.

    I would like to have two columns on desktop view on the drop off display of “tienda”. Is this possible?

    Regards,
    Diego

    #27453
    Zex
    Moderator

    Hello, Diego!.

    Thanks for asking, I am very well, which I wish to you too 🙂

    Tryt to go with the following code:

    @media only screen and (min-width: 992px){
        .sub-menu{
            min-width:300px;/*submenu width*/
        }
    .sub-menu-item{
        float: left!important;
        width: 50%!important;
        padding:10px!important;
       }
    }

    Change the submenu width as you wish.
    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.