Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1186114

    How could I also make footer adjust to browser width just like the option:

    “Let logo and menu position adapt to browser window” does?

    does for the header?

    Thanks

    #1186373

    Hey MORTULGAAH,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer .container {
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin: 0;
    }

    Best regards,
    Rikard

    #1186527

    Thansk. That is what I tried initially, but it didn’t work.

    This did work tho:

    #socket .container {
    width: 100%;
    max-width: 100%;
    padding:10px 30px 20px 30px;
    margin:0;
    }

    #1186543

    Hi,

    I’m glad that worked. Did you need additional help, or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1186608

    Thanks a lot, please do close the topic.

    #1186763

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to achieve footer to span 100% browser width?’ is closed to new replies.