• I just switched to Connection as I love the look. However, my images do not have a border or buffer zone around them. the text runs right into them. I would hate to have to manually type a buffer zone each time and I have done a search and can’t figure out what to do.

    However, can somebody please tell me how to make the photos in posts and pages have a border around them? I believe you do it via the CSS page, but I can’t find out how to do it or what to enter.

Viewing 2 replies - 1 through 2 (of 2 total)
  • A quick fix would be to do something like:

    .post-content img {
    margin: 20px;
    }

    which affects the margins of any image in that theme’s post-content class.

    Thread Starter definingdavid

    (@definingdavid)

    You are awsome. Thank you so much. I really appreciate it. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image Problem in Connection Reloaded Theme’ is closed to new replies.