Viewing 5 replies - 1 through 5 (of 5 total)
  • Fotis

    (@markwaregr)

    Hi there,
    Do you have widgets in your blog sidebar (Appearance->Customize->Widgets->Blog)? If yes, remove them and add this

    .single .col-lg-8{max-width:100%;flex:0 0 100%;}

    in your custom CSS box under Customize-?Additional CSS

    • This reply was modified 1 year, 1 month ago by Fotis.
    Thread Starter petesky

    (@petesky)

    Hi & thank you ! I dont have widgets, your additional CSS works but footer in post is not centered. Is there another CSS hack needed ?

    Thread Starter petesky

    (@petesky)

    It seems the problem comes from prev/next link on bottom as it works on other pages. How can i disable the prev/next and random posts on bottom ? Sorry i know this is maybe not fully olsen related, but i like the design so help would be highly appreciated. Thank you again.

    Fotis

    (@markwaregr)

    Hi,

    can you share a URL so I can check what is going on?

    Thread Starter petesky

    (@petesky)

    Figured it out. In custom-css i added:

    footer {
    width: 100%;
    text-align: center;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Full Page Width for posts ?’ is closed to new replies.