• hi, i want to have a border around just my blog posts. im not good with css at all. can someone tell me how to do that?

    Thanks!

Viewing 1 replies (of 1 total)
  • You might give a link to your blog, or at least mention which theme you are using, that information would be very helpful

    … as it is, you may be able to simply add to the end of your style.css file something like the following:

    .post {
      border: medium double black;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘border around main column’ is closed to new replies.