- This topic has 5 replies, 2 voices, and was last updated 8 years, 6 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Clean Commerce › Size in related product
Hi, I would like to reduce the size of the related products. That is have the main product bigger than the related products.
How can I do it?
Hello @jquan,
Can you post your site URL so that we could provide you precise fix on this issue ??
Hope you understand.
Best Regards!!
Hello @JQUAN,
In order to reduce the size of the related post use the CSS give below.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.related.products ul.products li.product{
width: 23.05%;
display: inline-block;
clear: none;
}
.related.products ul.products li.last {
margin-right: 1.8%;
}
Hope this helps.
If you need any help further, please let us know.
Best Regards!!
It worked.
Thank you
Hello @JQUAN,
Glad we could help you.
If you have any issue further, please feel free to post them.
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. |



