Tagged: 404
Hi again, sorry on a bit of a problem roll here. I’d like to remove the side bar from the 404 page, how can I do this?
Thanks in advance and sorry for the three requests today.
Silvio
Hi silviouk!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.error404 .sidebar {
display: none!important;
}
.error404 .content {
width: 100%!important;
border: none!important;
}
Cheers!
Yigit
Thanks, that worked! You guys rock.