Home Forums WoodMart support forum 2 column on mobile (section )

2 column on mobile (section )

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #117054

    alamina.moon
    Participant

    I use them element “product categories”, how to make 1 column on mobile page and 4 on desktop page. Now in options 4, but on mobile version always 2 column.

    Attachments:
    You must be logged in to view attached files.
    #117099

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .products .col-6 {
        -ms-flex: 0 0 100%!;
        flex: 0 0 100%;
        max-width: 100%;
    }

    Best Regards

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