• So I want to thank you all for helping me with previous questions that have helped me to reduce whitespace in my main part of my website. Now I’m trying to figure out how I can reduce some of the white space in the side bar. There is a lot of space between my widgets.

    Also, is it possible to get rid of the bars between each widget? How about getting rid of the dots in a menu? I’m learning this on the fly as I only knew HTML but have started to learn how to edit the code directly.

Viewing 1 replies (of 1 total)
  • Hi Taralynn,

    I reduced space in the sidebar using this code…

    .widget {
         margin-bottom: 2.5em;
    }

    Basically, just play around with the 2.5em number to get it to your liking.

    You can check out my blog, An Inch of Hope, to see what it looks like.

    Hope this helps,
    Leah
    =)

Viewing 1 replies (of 1 total)
  • The topic ‘Reducing White Space in Sidebar’ is closed to new replies.