Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • SiteWeavers Friend
    #194941

    Hi

    Is the 404 page supposed to be responsive? Or can it easily be made responsive?

    Many Thanks
    Chris

    Ninja Lead Moderator
    #523349

    Hi Chris,

    The workaround below should help to make 404 page responsive:

    Open templates/ja_zite/css/error.css and add rule into the end of file:

    @media(max-width: 768px) {
    .main {
    width: 100% !important;
    max-width: 100% !important;
    }

    #errorboxheader {
    font-size: 1000% !important;
    }
    }

    Then clear cache from Admin area after applying those changes.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum