- This topic has 3 replies, 2 voices, and was last updated 7 years 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 › Easy Commerce Pro › Columns look awful on mobile
Tagged: columns, ecommercepro, phone
Hi, two questions:
1) since adjusting the columns from 3-4 my website looks awful on mobile which seems to be where most of my visitors come from. Can you help?
2) how can I revert the columns back to 3 again if required?
Hello @hipnippers,
To manage the site in responsive view replace the CSS :
@media only screen and (max-width: 767px)
{
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 48.2%;
clear: both;
}
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
margin: 0 1.8% 15px 0;
width: 23%;
}
With the CSS given below:
@media only screen and (min-width: 767px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
margin: 0 1.8% 15px 0;
width: 23%;
clear: none;
}
}
Or if you want to revert the columns back to 3 then you can simply remove the codes from the child theme functions.php and remove the additional CSS we have provided .
Hope this helps .
Best Regards!!
Thanks, I’ve reversed the changes.
Hello @hipnippers,
Glad to help you .
If you have any issues further then please let us know .
Best Regards!!
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. |