Width of Container

  • calvinyoo

    #10166

    IMG 2IMG 12015-10-18_2017.png

    2015-10-18_2016.png

    Hi ,

    Just compared my website and FJ demo, found the width of container is different (please correct me if wrong)

    I try attach pics to explain it.

    BTW, could you help to advise how to make it more wider as your demo shown ? TQ.

    P/S: I have put CSS >>

    #page {

    max-width: 1380px;

    }

    but not working

    Admin

    Syahir Hakim

    #45543

    The Live Forms plugin that you’re using is loading its own CSS that’s causing this issue. Specifically, it adds a rule that limits the container width to 960px by this wide-covering CSS code:

    .container {
    max-width: 960px;
    }

    Ask them to prefix their class selectors so that it won’t cause conflicts with other themes and plugins, or simply use other plugins for creating forms.

    calvinyoo

    #45544

    Oh, yes, thanks a lot!!

    Great Support! Thanks again!

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

  • You must be logged in to reply to this topic.