Shopify themes, liquid, logos, and UX
hello,
I have an issue with price being cut and not appearing correctly in the featured products (sometimes it works, sometimes the bug appears in other pages as well). It appears that the reviews are pushing down the price. My theme is Pipeline, The review app is Trustoo, and here is my website link: Kream.ch
You can see below how it looks:
Do you have any recommendation or instruction to fix this problem?
Thank you for your support!
Solved! Go to the solution
This is an accepted solution.
open the file theme.css and add this:
.flickity-viewport {
overflow: visible;
}
This is an accepted solution.
replace the previous code with this:
.template-index div#shopify-section-template--23080054456653__tabs .flickity-viewport {
overflow: visible;
}
This is an accepted solution.
open the file theme.css and add this:
.flickity-viewport {
overflow: visible;
}
Worked fine thanks!
Hi @Tal19 ,
I just noticed that this solution created an unwanted results also in the product page, see below picture for reference.
As you can see now an horizontal scrolling bar has appeared in each product pictures in the product pages (picture size is already correct so it shows only white). Can this be fixed?
Thank you
This is an accepted solution.
replace the previous code with this:
.template-index div#shopify-section-template--23080054456653__tabs .flickity-viewport {
overflow: visible;
}
Hi @Tal19,
The code works, however i noticed that the products in "you might also like" in product page now present the first issue. Is there a solution? Picture below
Thank you a lot
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024