Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1254956

    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:

    page-line

    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

    picture

    • This topic was modified 4 years, 8 months ago by mason7773.
    #1255050

    Can you see the images?

    #1255294

    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

    #1255546

    Here we go

    I have just edited the main topic, should be able to see now ^

    #1256248

    Can you see them n?

    #1256249

    Now?*

    #1256363

    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

    #1256544

    Included in private content

    #1256832

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.