This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Ok, I really hope this is the last time that I need to bother you guys…
Recently I switched to another single product page format. There was some bug with this template and you fixed that for me.
https://vilobevino.com/product/ms-v/
Only now my customer saw (its one that is really into details) that the upsell products are not correct anymore. I added some css to centralize the upsell products because there are always just two, so left alignment doesnt look that pretty. Now the css doesnt work anymore. Moreover at the mobile version you arrows but there is nothing to scroll. Can you have a look at this two things? The CSS that I used (for desktop is)
@media only screen and (min-width: 40em) {
.single-product-wide .tabs,
.single-product-wide .carousel-area {
max-width: 122rem;
margin-left: 25% !important;
margin-right: auto !important;
}
}
Many thanks.
Hello,
Global custom css:
1)
.single-product-wide > .swiper-entry {
max-width: 122rem;
margin-left: 25% !important;
margin-right: auto !important;
}
2)
.single-product .swiper-entry .swiper-button-next-swiper-unique-id-2,
.single-product .swiper-entry .swiper-button-prev-swiper-unique-id-2 {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up