• can someone help me make my sidebar narrower so i can have my left and right vertical margins of my blog wider? I’ve been trying to play width it for days but i can’t figure out.

    my blog is http://www.insanelydivine.com amd i am using Catch Evolution theme.

    Thank you!

Viewing 1 replies (of 1 total)
  • You can change the width of sidebar by giving style to #secondary. For example add this code in your custom CSS

    #secondary {
        width: 300px;
        margin-right:20px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘making my sidebar narrower’ is closed to new replies.