Shopify themes, liquid, logos, and UX
Hi,
For product images in collection page, I want to reduce the image size ( to 80%) and padding (custom top, bottom), for desktop and mobile. Can anyone please advise the code to achieve that? Thanks.
Best Regards,
Tara
Hello @Tara123
Do you want something like this?
1) Edite Code
2) Find base.css
Add This css In your bsase.css File
@media screen and (max-width: 990px){
.grid--1-col-tablet-down .grid__item {
width: 45% !important;
max-width: 50% !important;
}
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Thank you. It does not work though. Anyway, I figured it out myself.
Great Work @Tara123
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Yes, I found the rule. The issue is that I don't know the exact selector, since I have no coding experience.
Hi @Tara123
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
#shopify-section-template--22323469222198__featured_collection_MXPYnb .card__inner.ratio{
margin-bottom: -60px;
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024