Before you ask please READ THIS

Woocommerce single product CSS

in Rife Posts: 17
Hi,
I want to give a space on top of , bunt i cant.

I just try: .woocommerce.single-product .product .cart { margin-top: 40%; }

But dont work, please help

Comments

  • AirAir
    edited November 2017 Posts: 10,970
    Hello!

    Margin set in percent might not work, unless you know how work margins set in percents.

    Current margin top for this element is 35px.

    Try using this custom CSS to set your margin:
    .woocommerce-page #content div.product form.cart{
        margin-top: 40px;
    }
    With kind regards.
    Post edited by Air on
  • ok i will try, for now i just put on a html widget

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!