Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1277017

    Hey Team,
    how can I increase the Space between price and quantity on a product page?
    THX
    Thomas

    #1277085

    Hi Thomas,

    Are you referring to a page like this: https://kriesi.at/themes/enfold-2017/product/a-product/ ?
    Can you give us a link to the page mentioned since the description is in between price and quantity.

    Best regards,
    Nikko

    #1280014

    Hey Nikko!
    Yes. It is the space between “55.00$ 45.00$” and “Lorem ipsum dolor”.
    Thanks!

    #1280026

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .single-product .woocommerce-product-details__short-description {
        margin-top: 50px;
    }
    

    Cheers!
    Yigit

    #1280055

    Hey Yigit,
    doesn’t work.
    Could you also check the space between price and quantity?

    #1280066

    Hi,

    1- Please go to Enfold theme options > Performance and disable “CSS file merging and compression” save Enfold theme options, flush cache if you are using a cache plugin and refresh your page a few times. After confirming the changes, you can go back to Enfold theme options > Performance and enable CSS file merging and compression feature.
    If it still does not work, please create temporary admin logins and post them here privately so we can look into it :)

    2- Please add following code to Quick CSS as well

    .single-product .cart {
        margin-top: 50px;
    }

    Best regards,
    Yigit

    #1280094

    Now, that works perfectly!!!
    What about the space between the price below where you change the quantity?

    #1280105

    Hi,

    I am not sure I understood changes you would like to make. Could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com and post the links here :)

    Best regards,
    Yigit

    #1280110

    Sorry for that.

    There is the price with the “plus/minus”- and the “add to cart”-button.
    The space between is a bit tight

    #1280121

    Hi,

    Thanks!
    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .av-woo-purchase-button .cart {
        margin-top: 30px;
    }
    

    Best regards,
    Yigit

    #1280134

    No. Didn’t worked :/
    Link in private Content. Is the space beneath 929€

    #1280140

    Hi,

    Thanks for the link!
    Please use following code instead

    .single-product .single_variation_wrap .woocommerce-variation.single_variation {
        margin-bottom: 30px;
    }

    Best regards,
    Yigit

    #1282088

    Works perfectly. Many thanks!

    #1282134

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Space between price and quantity’ is closed to new replies.