Shopify themes, liquid, logos, and UX
Hi!
I have adjusted the product item to have more padding around the item (when not hovered) however now the theme's inbuilt hover animation is showing wrong as shown in screenshot below.
Any tips on how to fix this?
Solved! Go to the solution
This is an accepted solution.
Hi @kirsten11123 Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
Hope my solution will help you resolve the issue.
<style>
.featured-collection-grid__inner .product-item{
height: 100% !important;
}
.featured-collection-grid__inner .product-item__inner{
height: 100% !important;
}
</style>
Best regards,
Noah | 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.
Hi @kirsten11123, Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hi @kirsten11123,
Please share the URL of your website.
@kirsten11123 , Please check the screen shot.
By increasing or decreasing the font size, the hover effect willa adjust accordingly.
Check this index file and do the changes.
Thanks
This is Noah from PageFly - Shopify Page Builder App
I can help you. Please can you provide the website url. Thank you.
Best regards,
Noah | 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.
This is an accepted solution.
Hi @kirsten11123 Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
Hope my solution will help you resolve the issue.
<style>
.featured-collection-grid__inner .product-item{
height: 100% !important;
}
.featured-collection-grid__inner .product-item__inner{
height: 100% !important;
}
</style>
Best regards,
Noah | 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.
Thanks Noah, this worked great!
Hi @kirsten11123 Thank you, Have a nice day 😉!
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.
Please add this code to theme.liquid file. after <head> to solve this issue
<style>
.product-item__meta { min-height: 140px; }
</style>
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello @kirsten11123
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below CSS at the bottom of the file -> Save
.product-item__product-title.fs-product-card-title {
white-space: normal;
height: 21px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
line-height: 1.1;
}
The home page looks fine.
The collection page Looks fine.
Best Regards,
Dws_pvt_ltd
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.featured-collection-grid__inner .product-item{
height: 100% !important;
}
.featured-collection-grid__inner .product-item__inner{
height: 100% !important;
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025