Hi,
I have RTL site and it looks like the pluse and the minus of the product items have border opsite.
can you advise what to do.
thanks
Hey!
Try adding this code to General Styling > Quick CSS:
#top div .quantity input[type='button'] {
border-left: 1px solid;
border-right: 1px solid;
}
Cheers!
Josue
perfect!!
thanks