• Resolved terrimiyamoto

    (@terrimiyamoto)


    How do I make less space below the widget titles in the sidebar? I have tried putting:

    .widget-title {
           padding-bottom: 0px;
           margin-bottom: 0px;
    }

    into the style.css but it doesn’t change the result. Although, if I change the values to something huge, like 100px, I get huge spaces.

    I am using the Tiny Framework Example child theme.
    The site is crozetchorus.org

Viewing 1 replies (of 1 total)
  • Thread Starter terrimiyamoto

    (@terrimiyamoto)

    Aha! I found that this code works for me:

    .widget-area .widget h3 {
        margin-bottom: 0px;
        margin-bottom: 0rem;
    }
Viewing 1 replies (of 1 total)

The topic ‘Reduce space below Widget titles’ is closed to new replies.