Full width posts
-
Hello,
I would like the posts to be in full width on the Olsen Light theme. I know that there isn’t any easy option, but I’m trying to change the CSS to achieve it.
I’ve removed the sidebar
<?php get_sidebar(); ?>
from single.phpBut I can’t seem to find where I can modify the width in style.css.
I’ve tried with several solutions I found on Google (even though I know that I doesn’t fit the theme, I tried it anyway)
I tried with:
.single .site-content { margin: 0; }
and:
.single-post #secondary { display: none; } .single-post #primary { width: 100% !important; }
But none of them works.
Does anyone have an idea how to get the post in full width?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Full width posts’ is closed to new replies.