This topic has 8 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
Hello
I want the blog page to be displayed without a sidebar. Unfortunately, the Theme blog layout has only two option “right sidebar and left sidebar” .
And template selection of the blog page is not available.
Best regards
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Hi
I’ve added the following code in custom.css file. Please check.
.blog #sidebar{
display:none;
}
.blog .columns2-left > .content{
width:100%;
}
Regards,
Robert Hall.
Thanks a lot
would you please send another code for the single page post
Hello,
please try this code
.single-post #sidebar{
display:none;
}
.single-post .columns2-left > .content{
width:100%;
}
Regards,
Robert Hall.
It works
thanksssss
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Blog page layout’' has been successfully resolved, and the topic is now closed for further responses