• Hello,

    I would like to know how to make the footer use the full witdh of the page so that my widgets can be displayed across the entire width.

    Thank you,

    Armand

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello awmand,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .content {
      max-width: 100%;
    }

    Hope this will helps you.

    Thanks !

    Thread Starter awmand

    (@awmand)

    Thank you for your answer but it didn’t work for me, my widgets still occupy only the center of my footer.

    Would you have another solution?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make the footer in full witdh’ is closed to new replies.