Hello,
I inserted an image and a text directly below it. Unfortunately the text now hangs directly under the picture. How can I get a little more distance?
Hey nimo1024,
Did you add the text and image in the default editor or the advanced layout builder?
Basically you will want to add some padding to the bottom of the image.
If you include a admin login in the private content area and a link to the page we can assist by example so you will know next time.
Best regards,
Mike
Hi,
The login didn’t have admin rights so I couldn’t edit the page to show you how to make these changes easily in the editor for the future.
But since I could view the page, I created this css to add 20px bottom padding to the images. Please add this code in the General Styling > Quick CSS field:
#top.page-id-692 .avia-image-container.avia-align-left {
padding-bottom: 20px !important;
}
and adjust the padding to suit.
Best regards,
Mike