Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #628644

    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?

    • This topic was modified 8 years, 5 months ago by mosaic.
    #628699

    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

    #628849

    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.

    • This reply was modified 8 years, 5 months ago by mosaic.
    #629636

    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

    #629768

    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

    #630417

    Hi,

    Ok great, glad you got it working :-)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.