Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #704079

    how can i get the footer menu to full width?

    View post on imgur.com

    #704110

    Hey corneliaboehm,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    footer .container {
        max-width: 1500px !important;
    }
    

    Best regards,
    Jordan

    #704317

    Hey jordan, thanks man but i want to get it to full browser window width. not only 1500px :)

    can you help me with this?

    #704324

    Hey!

    Please change the code to following one

    #footer .container { width: 100%! important; max-width: 100% !important; }

    Cheers!
    Yigit

    #704595

    Hey Yigit, this code do not work ;(((

    #704597
    #704822

    Hi,

    Can you please post the link to that page? This is how it looks on my end at the moment. Please make sure to flush browser cache and refresh your page a few times.

    Best regards,
    Yigit

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