Hi newzingo,
You can use the following trick to hide sidebar in no time.
Go to “Appearance > Customize > CSS” and insert below code
.sidebar-primary {
display:none;
}
.content {
float: none;
width: 100%;
}
Alternative option, you can select Full Width template when you create a page. Hope that helps
Cheers
Edi
(@psychosopher)
Where can I find the mentioned Full Width template?
Omega theme doesn’t have Full Width template, but most of Omega child themes do have Full width template. You can check its child themes at https://wordpress.org/themes/search/omega/
The CSS code from sumowebsite above will make the page full width.