Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #568843

    Hello! How do I edit the Nothing Found page in the Enfold Theme? I would like to remove the right sidebar with Pages.

    • This topic was modified 9 years, 7 months ago by mhservices.
    #568983

    Hey mhservices!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .error404 main {
        width: 100%!important;
        border: none;
    }
    .error404 .sidebar {
        display: none!important;
    }

    Cheers!
    Yigit

    #578881

    That worked. Thanks Yigit!

    #579380

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.