Hi,
I need to close the gap up between the 2 images in the description . I gave the images a class of “description_images”.
Is it possible to remove the margin of the p for all images in the description box instead of using the id of .description_images ?
Sorry. Not sure what i am doing wrong.
Thank you…
Hey OneClickTech,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top div div.product .woocommerce-tabs .panel p {
margin: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you for your help.