Problem with Qty field in RTL mode

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemeProblem with Qty field in RTL mode

This topic has been marked as resolved.

In RTL mode, while at checkout page, the quantity field doesn’t show the number of items. Working well once changing to LTR mode. Please advice.

Thanks,

Eliran

December 17, 2013 at 10:57 am #29533

Ok,
Fixed by changing the CSS, and adding text-align: left:

.quantity input.input-text {
height: 31px !important;
margin-top: 0 !important;
text-align: left;
}

December 17, 2013 at 11:04 am #29535

Glad you’ve managed to solve this one :)

Best,
ThemeBurn team

December 18, 2013 at 10:27 am #29565
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.