Tagged: 404 page
-
AuthorPosts
-
September 24, 2014 at 5:18 am #324025
Hello,
I am wondering how I might set the 404 error page to be full width, without any sidebars. I am currently using the plugin ‘Custom 404 Error Page’ which allows you to use any page as the 404 page but the standard 404 layout messes it up. I tried to edit the 404.php but couldn’t get it right.
I have included a sample page to show the issue.
Thanks.
September 24, 2014 at 3:46 pm #324345Hi Neil!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.error404 .sidebar { display: none !important; } .error404 .content { width: 100%; border: none!important; }
Best regards,
YigitSeptember 24, 2014 at 5:36 pm #324428Thanks Yigit, but that did not seem to work. I created a custom page for the 404 and instead of showing a full screen background for the color section it always reverts back to a 180 X 180 square regardless of the size I state.
September 24, 2014 at 5:41 pm #324434Hey!
Please add following code to Quick CSS as well and change the link to your image
.error404 div#av_section_1 { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important; background-size: cover!important; }
make sure background image is big enough to cover the page
Best regards,
YigitSeptember 24, 2014 at 5:53 pm #324447Still nothing. would it help If I provided back end access?
September 24, 2014 at 5:55 pm #324450Hey!
Yes it would. Please post the link of the image you would like to use as well
Cheers!
YigitSeptember 24, 2014 at 6:00 pm #324455This reply has been marked as private.September 24, 2014 at 6:02 pm #324458September 24, 2014 at 6:09 pm #324470This reply has been marked as private.September 24, 2014 at 6:12 pm #324475Hey!
Can you please change user role to administrator, so we can apply custom CSS code?
Best regards,
YigitSeptember 24, 2014 at 6:17 pm #324481This reply has been marked as private.September 24, 2014 at 6:20 pm #324485Hi!
It does seem to work fine on my end – http://i.imgur.com/CNyrzwG.jpg
Please flush browser cache and refresh your page a few timesRegards,
YigitSeptember 24, 2014 at 6:25 pm #324492I see it now, but there are two white bars still present at the top and the bottom. any ideas on getting rid of those?
September 24, 2014 at 6:27 pm #324493 -
AuthorPosts
- You must be logged in to reply to this topic.