Tagged: sidebar
Hello,
I’m also having some configuring the blog pages.
This is what it looks like.
This is what I’d like it to be (from demo site):
http://robertlcarey.com/photos/Blogconfiguration2.jpg
How do I fix?
Thank you,
Bob
Hi BobCarey!
Please edit your blog page and choose to display a sidebar. Blog layouts are different when with or without sidebars
Cheers!
Yigit
I have a related question to BobCarey’s question.
Is it possible to have the layout from the demo site (left alignment of posts) but without a sidebar?
Hi,
Yes, it’s possible but you need to do several things:
Before you add this code you need to give us a link to that page, you will notice that it is set to .page-id-xx since you need to give us a link to that page so we know the page id and have the sidebar on that specific page hidden.
.page-id-xx .sidebar.sidebar_right {
display: none;
}
Hope this helps :)
Best regards,
Nikko