Right side currency is overlapped by quantity input field

Multipurpose WordPress Theme Forum Support
GK User
Fri Oct 16, 2015 5:46 am
Hi,

I changed the left side currency to the right side one (rub) and the price block has been overlapped by the quantity input field. Seems like a problem with css.
Link: http://furs-store.ru/product/beret/

Please advise how to fix it.
THanks.
User avatar
Fresh Boarder

GK User
Fri Oct 16, 2015 7:43 am
Hi,

Try to add the following code into the theme’s css/override.css file or custom css plugin (or style.css file if you are using a child theme)
Code: Select all
.product-type-simple .price .amount {
    margin-left: -150px;
}
User avatar
Moderator

GK User
Sat Oct 17, 2015 1:55 pm
It works. Thanks.
User avatar
Fresh Boarder


cron