Moving the 'Add to Cart' and Quantities buttons

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemeMoving the 'Add to Cart' and Quantities buttons

This topic has been marked as resolved.

Hi there,

Currently my product quantities dropdown and add to cart button sit below the page fold on laptops and small screens, how can I move the ‘product_buy’ div so its above the price tag and product info?

See http://www.supplydiy.co.uk/product/rockwool-flexi-slab-1200mm-x-600mm-rock-wool-50mm-insulation-pack-of-12/

Thanks :)

August 25, 2013 at 8:21 pm #26921

Hi,

Can you try to add these styles at the bottom of your THEME_ROOT/css/screen.css.php, or from Theme Options > Design > Styles:

#product_price {
  top: 80px;
}
#product_info {
  padding-top: 80px !important
}
#product_buy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 0 20px 0;
  border: 0;
  border-bottom: 1px solid #ddd;
}

This should do the job :)

Best,
ThemeBurn team
[/hidepost]

August 27, 2013 at 5:09 pm #27017

That worked great!

Thank you :)

September 6, 2013 at 9:02 pm #27340

Glad we’ve helped :)

Best,
ThemeBurn team

September 10, 2013 at 10:08 am #27392
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.