• Resolved tylast

    (@tylast)


    All of my blog posts are floating to the left. What’s the CSS code I need to add to completely center them?

Viewing 1 replies (of 1 total)
  • Thread Starter tylast

    (@tylast)

    Figured it out myself with:

    .single-post .content { 
    margin: auto;
    float: none; 
    }
Viewing 1 replies (of 1 total)

The topic ‘CSS for Centering Content on Post?’ is closed to new replies.