Remove Sidebar on default template

I have tried everything to get rid of this sidebar on the default template. I changed the template to full width but under the title it shows a date and my business’s name. I want the title to be just as it is on default template, but just without the sidebar. I deleted all of the content from the sidebar but there is still the blank space there. I want the page to be full width with no sidebar and no dates or usernames under the title. Thank you so much, not sure if there is something i could add to additional CSS or to sidebar.php

Hi,

Use this Custom CSS in Appearance -> Customize -> Additional CSS,

.page-template-default #secondary { display: none; }
.page-template-default #primary { width: 100%; }

That will remove the sidebar in the default page template.

Let us know,

Thanks,
laranz.

Worked perfectly! thank you so much!

Hi,

Glad we helped. :slight_smile:

Let us know if you have any other questions. If you’re happy with our service, don’t forget to review & rate us in WordPress [Shapely] Reviews | WordPress.org. :wink:

Thanks,
laranz.