-
-
The section “You may also like” is being shown twice. On the right side and on the bottom. How can we disable the right side? I don’t see why this would even be here, very distracting from the actual product.
Thanks
-
The you may also like bottom widget is also covering over my reviews, you can see here:
-
How can we get rid of tags displayed above the product title on the homepage, “new arrivals, featured, etc” It makes the items unaligned.
Thanks
-
Hello,
Can you please send us a link of the site in a private reply? So we can check this.
Best regards!
-
-
-
Hello,
1. We tested the page on our side and it looked fine. I suspect this could be happening because of one of the third party plugins you have installed. It may be conflicting with the theme’s scripts To fix this please add this code in Customize > General > Custom Codes. The code: `.up-sells {
margin-top: 40% !important;
}` This should be the result: https://postimg.cc/image/v8bnyq6on/2. To remove the tags please add this piece of code in Custom Codes :
.shop-products .product_item .tags{ display: none !important; }
Let us know.
Best regards!- This reply was modified 6 years, 6 months ago by Medrit.
-
Excellent, thanks for that. I’ve removed the you may also like sidebar with this for now:
.fixed-up-sells {
display: none;
}Now I want the container to be a little bit wider. I’ve tried adding this code but the whole container seems to shift left, what is the proper way of widening the page?
.container {
width: 1280px;
}Thanks
-
Hello,
Which container you want to be wider? Can you please be more specific? A screenshot should be helpful.
Best regards!
-
You must be logged in to reply to this topic.