• Hi there,
    I am trying to change (reduce) the white space between the navigation widget groups in my left sidebar – see at URL noted – I feel there is too much space between each. Can this be done? Thanks!

    This is twenty-fifteen

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please go to Appearance->Customize->Additional CSS then put that code

    .main-navigation, .social-navigation{
       margin: 0 20% 6% !important;
    }
    
    .widget{
       margin: 0 0 6% !important;
    }
    .wp-block-latest-posts.wp-block-latest-posts__list{
       margin: 0 !important;
    }
    Moderator threadi

    (@threadi)

    You could add this in Appeareance > Customizer > Additional CSS:

    #secondary > * { margin-bottom: 10%; }
    Thread Starter garycoetzee

    (@garycoetzee)

    Excellent thanks guys that worked!
    I do have a follow-up question. What I don’t quite like about this theme, once you go to Category (say Latest News: http://www.girlsrugby.co.za/blog/category/latest-news/ ) there is no list of Posts within that Category. Just all the Recent Posts, which does not help as it relates to ALL posts. We need to be able to see links (a list) of all the posts within each Category, somewhere. Is this not possible?

    THANKS

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Space between widget groups on sidebar’ is closed to new replies.