• Thanks for the nice theme. I followed this but noticed that it doesn’t extend the pages to full page, especially not the home page. What it does is cut out the sidebar so it doesn’t appear and you have a inner content area of the home page that looks like it has a area missing in the side. ??

    Might there be an option I can’t find to not have widgets in the sidebar? When you delete all widgets, WP still adds in the basic Archives and Meta widgets in the sidebar. Thank you!

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

Viewing 1 replies (of 1 total)
  • Hi @thelaw,

    Please add the following CSS code on your Dashboard >> Appearance >> Customize >> Additional CSS.

    #primary {
    width: 100%;
    }
    #secondary {
    display: none;
    }


    If this does not help you, please provide us the website link, and we will look into it and get back to you accordingly.

    Regrads!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.