-
AuthorPosts
-
February 2, 2021 at 9:46 am #1277017
Hey Team,
how can I increase the Space between price and quantity on a product page?
THX
ThomasFebruary 2, 2021 at 11:47 am #1277085Hi 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,
NikkoFebruary 12, 2021 at 1:37 pm #1280014Hey Nikko!
Yes. It is the space between “55.00$ 45.00$” and “Lorem ipsum dolor”.
Thanks!February 12, 2021 at 1:58 pm #1280026Hi,
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!
YigitFebruary 12, 2021 at 3:02 pm #1280055Hey Yigit,
doesn’t work.
Could you also check the space between price and quantity?February 12, 2021 at 3:44 pm #1280066Hi,
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,
YigitFebruary 12, 2021 at 4:27 pm #1280094Now, that works perfectly!!!
What about the space between the price below where you change the quantity?February 12, 2021 at 4:39 pm #1280105Hi,
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,
YigitFebruary 12, 2021 at 5:04 pm #1280110Sorry for that.
There is the price with the “plus/minus”- and the “add to cart”-button.
The space between is a bit tightFebruary 12, 2021 at 6:12 pm #1280121Hi,
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,
YigitFebruary 12, 2021 at 6:37 pm #1280134No. Didn’t worked :/
Link in private Content. Is the space beneath 929€February 12, 2021 at 6:44 pm #1280140Hi,
Thanks for the link!
Please use following code instead.single-product .single_variation_wrap .woocommerce-variation.single_variation { margin-bottom: 30px; }
Best regards,
YigitFebruary 18, 2021 at 10:05 pm #1282088Works perfectly. Many thanks!
February 19, 2021 at 6:44 am #1282134Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Space between price and quantity’ is closed to new replies.