Tagged: woocommerce
Hi Mike,
I continue here the customization of the Shop (and in this specific case, of a Bookshop).
After finding, thanks to you, the solutions to add the Author and Editor attributes below the book title, I would now like to make a change to the Price spacing.
I would increase the space above the price. I tried via CSS, but failed.
The space above assigned to the price is not accepted.
In the private area I put the data to access, if necessary, the admin user.
Best regards
Oriano
Hey Oriano,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
#top.single-product .price {
display: block;
margin-top: 30px;
}
Best regards,
Yigit
Hi Yigit,
thank you, your css does exactly what I needed.
Best regards
Oriano