I have an image with a text block beneath it, but the text block is flush to the image and I want there to be a little bit of whitespace in between. So how can I add some space in between my image and content?
Hi kieranvyas!
A general rule, is o add
.avia_textblock { padding-top: 10px; }
which will fix it for you, but it will also add a space to all the elements.
The best solution will be to actually enable custom classes and add a custom class to the elements and after add the padding-top.
Both solutions works properly, although.
Best regards,
Basilis
Thanks for your response. I have enabled custom classes and given my image the class ‘image’. Then in my Quick CSS I have added the following css, ‘.image {margin-bottom: 50px;}’ but it has no effect.
Hi,
I searched the source code on the page you linked to but I couldn’t find a class called image, could you post admin login details in private so that we can have a closer look please?
Best regards,
Rikard
Thanks I have it working now! The first time I did it the class got wiped from my image when I updated the page. Not sure if I did something wrong but I put the class back in again and it works now. Thank you