Archived topic
Right Sidebar Display issue on Single post pages
9 replies · Started by Franklin on April 19, 2020
Hi,
The sidebar is not showing properly. The items are shown below the post when they should be shown on the right sidebar.
https://spydrill.com/qustodio-review/
The sidebar appears properly on blog page - https://spydrill.com/blog/
Also, how do I remove/decrease the left blank space on single post pages?
Hi there,
looks like there is some broken HTML on your single posts.
Have you added any code to the single post using the Hook Element ? e.g Author Box or Sign Up Form. If so can you disable them by Quick Edit and change the Status to Draft
Hi David,
Thank you! The problem was with the author box.
NOw, how do I remove/decrease the left blank space on single post pages?
Not quite sure if I fully understand.
The left and right space is just the margin from container width:
https://www.screencast.com/t/dswB1RwUz
Do you not want the container to be centered?
I would like to increase the right sidebar width. But when I do so the content area becomes too small. But if I decrease the blank space on the left then it will look better.
https://snipboard.io/S9OFMl.jpg
I know I can increase the width of the right sidebar from Customize.
You can increase the Container Width in Customizer > Layout > Container.
I changed the container width to maximum but it didn't decrease the blank space.
Can you check in Customizer > Additional CSS and see if this code is present:
body.single .site.grid-container {
max-width: 800px;
}
If it is - delete it.
Yes, that worked!
Thanks a lot!
You're welcome