• Resolved amusor

    (@amusor)


    Hey. How do i reduce the whitespace on FrontPage. especially between front image and sidebar widgets, but also between sidebar widgets and footer!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sean Davis

    (@sdavis2702)

    Make sure you’re working in a child theme or some type of CSS file protected from theme updates. In either of those, the following CSS should get you off to a good start.

    .home #content-full,
    .home #widgets .col-300,
    .home #widgets .col-300 p:last-child {
    	margin-bottom: 0;
    }
    Thread Starter amusor

    (@amusor)

    thnx. that did it. 🙂

    Sean Davis

    (@sdavis2702)

    No problem!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce whitespace?’ is closed to new replies.