• Hello!

    I change my backround. On other blogs there is a border around their posts en widgets. On my blog there is a border around my sidebar but not around my posts. Any ideas how i can fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Mirthe999

    (@mirthe999)

    Like http://momjeanz.com/ a white border

    This is my blog missmirthe.nl

    You can try adding these rules using JetPack’s Custom CSS Option (once the option is activated, you should see a menu item under Appearance > Edit CSS):

    .container {
      background-color: #fff;
      margin-top: 0;
    }
    .header {
      background-color: #ffffff;
    }
    .header img {
      margin-left: auto;
      margin-right: auto;
      float: none;
      display: table;
    }

    The first rule adds the white background to the content area, the second rule adds the color to the header, and the last rule centers your header image inside the header. If you don’t like white, you can use this tool to pick a hext value for a different color.

    Thread Starter Mirthe999

    (@mirthe999)

    Thank you! It worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White border around posts’ is closed to new replies.