Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27956

    Hi there

    Can anyone tell me how to reduce the horizontal gap between my elements?

    If you view my homepage http://www.bespokeanything.me.uk then you can see there is a large gap between the ‘Collections’ photos (which is inside a colour element) and the top of the newsletter widget.

    Thanks in advance!

    #135964

    Hi nrosella,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.home #after_full_slider_1 .template-page.content {
    padding-bottom: 10px;
    }

    This will target your home page and then that elements container and finally reduce the padding on the bottom for the content within.

    Regards,

    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Reducing space between elements’ is closed to new replies.