Problem with costum fields

Support desk for Multipurpose Quark Theme
GK User
Tue Jul 26, 2016 4:27 pm
Hello!

I'm having some problems with the alignment of costum fields. The price and the add to cart button get misplaced. Please check the image attached to see what I'm trying to explain.
I was thinking about maybe getting the "product-fields" on the bottom of the price and add to cart button, to try to fix it, but it would be nice if I had a little help to solve this problem.
Thank you for your kind attention.
User avatar
Fresh Boarder

teitbite
Sat Jul 30, 2016 11:19 am
Hi

Please tell me the exact url to the page where this screenshot has been taken.
User avatar
Moderator

GK User
Mon Aug 01, 2016 3:30 pm
Hello Teitbite,

I've sent you a private message.
Thank you for your kind attention.
User avatar
Fresh Boarder

GK User
Tue Aug 02, 2016 3:26 pm
Up!
User avatar
Fresh Boarder

teitbite
Sun Aug 07, 2016 2:51 pm
Hi

Please do not bump threads, it has an opposite effect. Each bump changes time of last activity in moderator tool and moves question to the end of the line.

Try add this code to override.css

Code: Select all
.addtocart-area > form > div {
    display: block !important;
    float: left !important;
    width: 33.3333%;
}

.addtocart-area .product-fields .product-fields-title {
    display: block;
    font-size: 12px;
    width: 100px;
}
User avatar
Moderator


cron