• Resolved sswan77

    (@sswan77)


    I am trying to center align the posts for my website. I tried searching on the support section to find a solution. The posts I found suggested two different codes to paste into the additional CSS section but they didn’t work. So I figured it might be because those codes were using different themes. Is there a specific code to type in to align posts in the marlin lite theme?

Viewing 1 replies (of 1 total)
  • Sswan77, try this:

    .marlin-thumbnail img{
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
    height: auto;
    }

Viewing 1 replies (of 1 total)

The topic ‘Center Align images and posts’ is closed to new replies.