• Hi,
    I hope I’m in the right place.

    I’m using Music Club Lite template, I’ve been through the CSS file and cant see where the spacing is, I have altered things I thought it might be but it has had no effect.

    I’ve done the google searches and all the custom css answers also do not resolve this either.

    Any help would be much appreciated.

    Si

    • This topic was modified 3 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Topher

    (@topher1kenobe)

    Right now you have this:

    aside.widget {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 0px 8px rgba(0, 0, 0, 0.08);
    }

    That margin-bottom is what you want to change. Open up the customizer, there should be a link in the top bar. In the bottom of the left bar that opens is a CSS box. In there put this:

    aside.widget {
        margin-bottom: 30px;
    }

    THEN, change the 30 to any other number (you want smaller) and see what happens to your widgets. When you like what you see, hit Publish in the customizer.

    Thread Starter firesi999

    (@firesi999)

    Thank you so much.
    I had edited that in the templates style.css but it made no difference.

    I’ve just done that and its worked.

    Have you any idea why it didn’t work doing it in the style.css ?

    TY

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce Space Between Sidebar Widgets’ is closed to new replies.