Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    These two CSS changes should resolve that for you;

    body.home div.post div.author-box {
     position: absolute;
     left: -9999em;
    }
    
    body.bubble #outerrim div.post div.post-content {
     margin: 0 auto;
     float: none;
    }

    Thread Starter chrishelp

    (@chrishelp)

    Yep. It did. Thanks again Andrew!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center Post Content on Home Page’ is closed to new replies.