Reduce widget space

  • Unknown's avatar

    Hey,

    So heres a link to my site http://www.oxlandandco.com.

    I want to reduce all the extra space i have on my widget sidebar, so just as far as my music playlist is and that would be enough. What would the coding need to be for that?

    any help would be great, cheers!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,
    I think that in order to take out that extra space next to your music playlist you have to distribute the width of your posts and your playlist better. Try this CSS to see if it works for you:

    .js .has-hero .content-area {
    padding-top: 0;
    width: 70%;
    }

    #secondary {
    display: none;
    width: 30%;
    }

    You can change the percentages to what best suits you.

  • The topic ‘Reduce widget space’ is closed to new replies.