Remove the gaps
-
How can I remove(reduce) the space between product short description and product data( price and quantity)
I have installed simple CSS but dont know the code to apply. -
Hello.
As I understand it, in the link you provided you want to reduce the space between the text “50ml” and “£18.99”. If that is correct the following CSS will do the trick:
p.price { margin-top:10px; }
You can adjust 10px to whatever value looks best to you.
I hope this helps!
-
Hi, Thanks but it is not working.
I add the above code to the simple CSS in the edit product page , but nothing is happening.Please advice x
-
Hi there,
Your site is not hosted on WordPress.com, but using the open source WordPress.org software at another hosting provider. We cannot help with this in the WordPress.com forums.
Please contact support for the theme you’re using directly for help with this.
-
-
That’s great :)
You should see a support link on the site where you bought or downloaded your theme. That’s the best place to get help with questions about customizing the theme.
Else, you can find general support for the open source version of WordPress you’re using here:
- The topic ‘Remove the gaps’ is closed to new replies.