• Resolved rachelfellenz

    (@rachelfellenz)


    I need some help figuring out why when I adjust my content width, it all moves to the right side of the screen.

    Long story short, I want content on ALL pages of my site to be wider because they are so small right now. I’ve been using this code which makes the content wider:

    .container {
    width: 70%;
    }

    However, it moves everything to the right. Can someone suggest code to fix this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • This only happens on the ‘Popular-post-pages’, isn’t it?

    Try:

    .single #primary .post .holder{
    display: block;
    }

    Thread Starter rachelfellenz

    (@rachelfellenz)

    It happens on all the pages, unfortunately. I think the margins just need to be shrunk on the left and right side of each page.

    Remarkable. In my browser everything is left-aligned, immediately to the left-margin of the page.
    Only the ‘Popular-post-pages’ have white space to the left, next to the content.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Content Width Fix’ is closed to new replies.