Reply To: Bottom margin of widgets

Homepage Community Forums Ally Theme Support Bottom margin of widgets Reply To: Bottom margin of widgets

#13423
Eric
Customer

    If you’re referring to the extra space at the bottom right before your footer, then that is the .site-inner which can be found near line 692 in your style.css file. If you don’t want to affect other pages, then I would add this to your css –

    .home .site-inner {
    clear: both;
    padding-top: 0;
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com