• I’m using the free Teal theme in sandbox mode (www.Blackbiter.com/sandbox). How can I reduce the space between the slider and the first post on the home page? Thank you so much for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your child theme or custom CSS area add this:
    #featured_section_wilto {
    margin: 0;
    padding-bottom: 0;
    }
    .slider {
    margin: 0;
    }

    You will need to make sure it overwrites the CSS that is already there.

    Thread Starter HollidayVann

    (@hollidayvann)

    Laura, thanks so much for the prompt reply! Your coding certainly worked! However, what I realized after some careful observation is that Teal theme compensates for variances in image size by increasing space. So when a smaller image shows in the slider, the space is noticeably larger (between the slider and first post) than when a larger image is shown. The obvious solution is to keep my photos uniform in size. Again, thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Too Much Space Between Slider and First Post on Home Page’ is closed to new replies.