Changing sidebar

  • Unknown's avatar

    I want to remove the zigzags in the side bar, I’d also like to make the space between the widgets smaller.

    I’ve tried other examples from the forum but they don’t seem to work for me.

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

  • Unknown's avatar

    Try this:

    #secondary .widget {
        background-image: none;
        margin: 0 0 1.538em 0;
        padding: 1.538em 1.538em 2.308em 1.538em;
    }

    The background-image removes the zig-zag image.

    The margin and padding numbers are the current measurements on the theme. If you want to reduce the spacing, you can decrease these numbers yourself.

    Note that the four numbers refers to the top, right, bottom, and left side of the measurement. margin: 0 0 1.538em 0;means that the top margin is 0, right margin 0, bottom margin 1.538em, left margin 0.

  • The topic ‘Changing sidebar’ is closed to new replies.