Hi,
Please use the given CSS code in custom CSS box.
.page-id-2 .col-md-4.enigma-sidebar {
display: none;
}
.page-id-2 .col-md-8 {
width: 100%;
}
Thanks.
Thread Starter
Abe
(@abu117)
thanks – that worked for the homepage 🙂 How can I do this for every page? I’m assuming I shouldn’t have to add this CSS rule for each individual page?
Hello,
You really selected “page full width” ? Is it not in full width?
Then go to enigma theme directory. Open page.php file and see the line given below –
<div class="col-md-8">
replace this code with this code – <div class="col-md-12"> save the file after that.
See the result.
Thanks.
Thread Starter
Abe
(@abu117)
Sorry, it seemed the other pages were set to default. All is OK now 🙂 Thanks for your help,
Abe