Hello,
Can someone please help with why my blog posts are not showing full page? I have disabled the sidebar widgets as I don’t want them showing. I am looking for a clean full page blog canvas without the separation line as shown in the picture:
Also, how can I get a basic grid layout text without creating multiple text boxes side by side as these make the text show up weird on mobile
Can you see the images?
Hi mason7773,
NO, we cannot see images.
You can upload screenshots to a service like Dropbox or http://imgur.com and give us the links here.
Best regards,
Victoria
Here we go
I have just edited the main topic, should be able to see now ^
Can you see them n?
Now?*
Hi mason7773,
Thanks for providing the screenshot.
As for the sidebar, can you give us a temporary admin access? so we can check on it further (since I could not reproduce the issue).
Just post the details in private content.
The 2nd one would require some custom CSS but we’ll need the link of the page so we can write the code specific for it.
Best regards,
Nikko
Included in private content
Hi mason7773,
Thanks for giving us admin access.
I’ll start with the 2nd one, I have put in a Custom CSS Class compressed-col to the Color Section of those 3 columns.
Then added this CSS code in Quick CSS:
#top .compressed-col .container {
max-width: 900px;
}
As for the first question, edit the post, in the Layout sidebar, find Sidebar Settings and set this to No Sidebar
But if you don’t want to increase the size/width of the content and just want the line to be removed, then add this CSS code in Quick CSS (though this will apply to every page/post):
#top #main .av-content-small, #top #main .sidebar {
border: 0;
}
Best regards,
Nikko