- This topic has 3 replies, 2 voices, and was last updated 6 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Clean Commerce Pro › Facing an issue with columns on mobile
Tagged: columns on mobile
Dear Support,
First, we like the theme very much and are happy with it.
What we would like to achieve is to show items in two columns on mobile and this looks impossible so far. We have disabled sidebars on both theme layout and Woocommerce options.
We have added widgets in the front page like products and category-grid but on mobile, the category images and products images show way too big and on one single column.
Our website (vking.al).
Thanks in advance,
Endri.
Hello,
Thank you very much for the appreciations and using the theme.
Now to adjust the column in responsive view add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
@media screen and (max-width: 479px) {
.clean-commerce-woocommerce ul.products,
.clean-commerce-products-category .categories {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.clean-commerce-woocommerce ul.products > li,
.clean-commerce-products-category .categories .category-item {
padding: 2.5px;
width: 49% !important;
}
}
Hope this helps.
Regards!!
Hello,
Thank you very much for the support,
It not only helped but it solved the issue! 🙂
Great job.
Best regards,
Endri.
Hello,
Glad we could help you.
If you have any issues further then please let us know.
Also, we would really appreciate if you could help us by rating out plugin be following the link given below:
https://wordpress.org/support/theme/clean-commerce/reviews/
Thank you.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |