Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • syhussaini Friend
    #825350

    Hello Team,

    I need help to remove the white space that goes across right & left sides so that the template takes up the whole available space on the screen from left to right corner. Please help.

    I look forward to hear from you soon.

    Regards
    Syed H

    Adam M Moderator
    #826625

    Hi @syhussaini,

    Please open file templates/ja_decor/css/custom.css (if you don’t have this file, please create a new one) then add this code :

    .container {
         width: auto;
    }
    Andrzej Wachałowicz Friend
    #891803

    This code is better:

    @media (min-width: 768px) {
    .container {
        width: 100%;
    }
    }
    Adam M Moderator
    #892273

    Hi @andrzej Wachałowicz,

    Thank you very much for your suggestion.

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

This topic contains 3 replies, has 3 voices, and was last updated by  Adam M 8 years, 2 months ago.

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