How can I get the quantity border back?
Hey DROR,
Add this to quick css:
#top div .quantity input.plus{
border-left:1px solid #e1e1e1!important;
}
#top div .quantity input.minus{
border-right:1px solid #e1e1e1!important;
}
Best regards,
Jordan Shannon
that didn’t make any change.
Hi,
Did you add it to the very top of quick css so that it runs first. Also hard reset your cache a few times over. That should do the job.
Best regards,
Jordan Shannon
True, it worked. How can I make it straight? The number seems to be a bit off.
Hi bakbek,
Try adding this css code:
#top div .quantity input.qty {
margin-top: -1px;
}
Best regards,
Nikko