• Hi there,

    I don’t want a sidebar on my homepage, when I remove the widgets it no longer shows the sidebar, but it still shows an empty space where it used to be. I would like the 2 posts in the feed to be centered on the page. How do I achieve this?

    Is there a way to have the side bar visible when viewing single posts (as in reading a blog page)? I would like to have it on here.

    Many thanks,

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    Thank you for getting in touch with us.

    To remove sidebar and make blog feed full width you need to add this style to Appearance → Customize → Additional CSS section:

    .home .main-column.col-md-8 {
        width: 100%;
    }
    
    .home .sidebar.sidebar-column {
        display: none;
    }

    You can display the sidebar on single post. In order to do this you need to make sure the “Layout” option inside Appearance → Customize → Posts section is set to layout with sidebar icon. See this screenshot as reference: http://prntscr.com/ljjdlx

    Best

Viewing 1 replies (of 1 total)

The topic ‘2 post view’ is closed to new replies.