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 2 years, 7 months ago by
Fotis.
Hi & thank you ! I dont have widgets, your additional CSS works but footer in post is not centered. Is there another CSS hack needed ?
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.
Hi,
can you share a URL so I can check what is going on?
Figured it out. In custom-css i added:
footer {
width: 100%;
text-align: center;
}