Single post site – how to make it fullwidth no sidebar
-
Hi there,
its me again ?? I was wondering how I can manage to make my single post page fullwidth ( including feature image ) and without the sidebar, test post here
https://offcoursewanderess.com/24-hours-in-prague/
A.) I can do the following to remove the sidebar –
.single .sidebar{
display:none;
}-> Then the sidebar disappears which is good but I have the whole post + picture still left-aligned.
B.) I tried the following CSS –
.single-post #site-content > .row > .col-md-8 {
width: 100%;
margin: auto;
float: none;
}-> Then, the text is full-width but the picture is not. Also I am afraid that it will distort the picture if I make it full-width, but I still would like to try it out.
Many thanks in advance.
Cheers,
MarketaThe page I need help with: [log in to see the link]
- The topic ‘Single post site – how to make it fullwidth no sidebar’ is closed to new replies.