CSS: Position content

  • Unknown's avatar

    Hey folks,

    my question is regarding these sites:
    mathiaster.wordpress.com (on WP server)
    http://tertilt.pe.hu/wp/ (on separate webspace)

    I wanted to use a simple theme, but can’t position the content. I want to put all the design/content more to the left and a little bit more to the top. I tried hard to change every margin or padding to ZERO, but that’s not it. The margin around the middle box is making me crazy?

    What am I missing?
    Hope you can help me.

    Thanks a lot!
    Cheers.

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

  • Unknown's avatar

    For the site hosted here on WordPress.com I’d suggest setting a left margin as a percentage for larger screens. Go to the CSS section of the customiser and add this code to see what you think:

    @media screen and (min-width:45em) {
      .site {
        margin-left: 10%;
      }
    }
    .site {
      margin-top: 20px;
    }

    This forum is only for sites hosted here, for your other site check out the WordPress.org support pages.

  • Unknown's avatar

    Did work perfectly!
    Thanks a lot, you’re awesome!

  • The topic ‘CSS: Position content’ is closed to new replies.