css for the variations buy now button area?

Multipurpose WordPress Theme Forum Support
GK User
Sat Feb 27, 2016 3:14 pm
Hi,

Having trouble with the layout of the single product - with variations (using Woothemes Subscriptions) - on my screen. (On mobile or small screen its just fine).

Everything's mashed up in one line, making it hard to choose variations.
woothemes.jpg


Where do I find the css - and what changes will be necessary?

Sincerely
Peter
User avatar
Fresh Boarder

Joshua M
Sun Feb 28, 2016 7:11 pm
Hi,
Could you please provide me with a URL to page where the issue is visible, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

Joshua M
Mon Feb 29, 2016 1:35 pm
Try to add the following custom css code:
Code: Select all
.single-product .entry-summary div[itemprop="offers"] {
    margin-bottom: 0;
}
User avatar
Moderator

GK User
Mon Feb 29, 2016 2:27 pm
Sorry, no dice. Still: on a small scren = all fine, several line breaks. On a regular = all info in one line on top of another.
User avatar
Fresh Boarder

Joshua M
Tue Mar 01, 2016 11:10 am
Ok, but I can't see the mentioned code on your website. Please add it, you can also add the following code:
Code: Select all
.single-product .variations,
.single-product .single_variation_wrap,
div.product form.cart div.quantity,
#content div.product form.cart div.quantity {
    float: none;
    margin: 0 auto;
}

div.product form.cart div.quantity,
#content div.product form.cart div.quantity {
  margin-bottom: 15px;
}
User avatar
Moderator

GK User
Tue Mar 01, 2016 11:20 am
Perfect - that did the job. Thanks!

Peter
User avatar
Fresh Boarder


cron