Hi, the tables for the cart pages are missing the external lines. How can I get them back?
Hey DROR,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top table {
overflow: visible !important;
}
}
Hope it helps :)
Best regards,
Nikko
Thanks Nikko, there still is one border missing and also the quantity is not showing and the alignment is off as the X mark is too close to the border.
Also, the previous code you gave me for the my account page is also effecting the cart page and showing the related products above the cart… how can I make that code to effect only the my-account page?
Hi bakbek,
Can you try replacing this code:
@media only screen and (max-width:767px) {
#top table {
overflow: visible !important;
}
}
to:
@media only screen and (max-width:767px) {
#top table {
overflow: visible !important;
}
.responsive table.shop_table.cart td {
border-left: 1px solid #e1e1e1;
}
div a.remove {
margin: 0 auto;
}
}
Hope it helps :)
Best regards,
Nikko
Thanks.
Hi bakbek,
Glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko