Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #166312

    I posted a support forum question yesterday, but am unable to find it under my profile or anywhere within the forum, so I am posting it again. If it has been answered, I apologise.

    I am wondering how do I reduce the size of the padding in Media boxes, eg. padding around images and also on text boxes. There appear to be large gaps between the four images (on either side and also top and bottom) on the images between below the slider and also above the text box underneath and I can’t figure out how to reduce them.

    This is the website I am talking about: http://www.kinderart.com.au

    If you can please let me know the css code that would be great.

    Many thanks
    Ivana

    #166401

    Hi web4smallbusiness!

    You can add this on your custom.css or Quick CSS:

    body .column-top-margin {
    margin-top: 20px;
    }
    
    .avia-slideshow {
    position: relative;
    margin: 20px 0;
    }

    Regards,
    Ismael

    #166479

    Awesome! Thank you Ismael.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Text Box Padding’ is closed to new replies.