2 Columns of Brand Widget on Sidebar on Mobile View
-
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.
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
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.
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
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
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
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘2 Columns of Brand Widget on Sidebar on Mobile View’ is closed to new replies.