Content Screen Width

Hello,

I would like to have no title container for the pages and also to have the pages to be full screen width. I currently have the menu set to full screen width, and just need to have the page content underneath be the same. Any help would be appreciated.

I am working on localhost so cannot provide a link.

Thanks,

-Gabe

Hi Gabe,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

body.page .main-content-inner.col-sm-12 {
    width: 100%;
}
body.page #secondary {
    display: none;
}

Best Regards,
Movin