• 1. I need a few tips from the pros. When you look at my content area, you can see about 1/4 of white space on each sides where the text doesn’t go out to the left/right margin. It’s just white space. How do I extend the text to go all the way to the margins on both sides. When you look at the sticky post in grey, you can really see the extra, white space on both sides.

    2. There’s too much space in between the posts on the home page. How do I decrease the amount of space in between posts?

    Thanks in advance.

    My website

Viewing 3 replies - 1 through 3 (of 3 total)
  • I wouldn’t recommend that you try to change either of these spacings or you will significantly reduce the readability of the pages.

    Thread Starter Sock Mom

    (@sockitmama)

    Thank you, Theme Diva. I appreciate your input.

    1 – In your style-weaver.css file on line 38 change

    #content {
    width: 689px;
    overflow: hidden;
    margin: 0 0px 10px 0px;
    padding: 5px 0px 0px 20px;
    }

    to

    #content {
    width: SOMETHING-BIGGERpx;
    overflow: hidden;
    margin: 0 0px 10px 0px;
    padding: 5px 0px 0px SOMETHING-SMALLERpx;
    }

    2 – In your style.css file on line 600 change the 48px to something smaller

    .hentry {
    margin: 0 0 48px 0;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Margins and Spacing’ is closed to new replies.