Home Forums WoodMart support forum 2 Columns of Brand Widget on Sidebar on Mobile View

2 Columns of Brand Widget on Sidebar on Mobile View

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #115654

    lamdousa
    Participant

    Hello,
    Thank you for the best theme ever. After fixing some issues, I would satisfied about it. But I have a problem and need somebody can help me out.

    My site is snjbb.com, on the sidebar section > product brand is 2 column on desktop view, but it is only 1 column on mobile view. I want to set 2 column on mobile view also but I don’t know why, can anyone help me?
    Thank you,
    Lam Do.

    #115702

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please navigate to Appearance > Widgets > Shop page area and set the list https://gyazo.com/f072052f8243f46158691670067d957b

    Best Regards

    #115722

    lamdousa
    Participant

    Thank for your reply.
    I already set it as 2 column as you said, please visit my website and check. But it only display as 1 column on mobile view.
    I need to change the setting into 2 column on mobile view.

    #115758

    Hello,

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

    body .woodmart-woocommerce-layered-nav .swatches-display-double li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 50%;
        max-width: 50%;
    }

    Best Regards

    #115843

    lamdousa
    Participant

    It work. Thank a lot for your instruction.
    Can you anyway tell me how to set 3 column in shop page in mobile view please. I need that. Thank you again

    #115880

    Hello,

    Hello,

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

    body .woodmart-woocommerce-layered-nav .swatches-display-double li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 33%;
        max-width: 33%;
    }

    Best Regards

    #115888

    lamdousa
    Participant

    thank you.

    #115910

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘2 Columns of Brand Widget on Sidebar on Mobile View’ is closed to new replies.