Site logo

Archived topic

Footer Widgets Width

5 replies · Started by Cristina on March 16, 2016

Viewing posts 1–6 of 6

Hi Tom

I would like to make full width the footer where widgets are placed.

I saw that you told another person in the forum how to make it but in all of the page using this code, so maybe it could be possible changing the body to the name of that footer (which I don't know)?

body .grid-container {
      max-width: 100%;
}

Hi there,

Give this a try:

body .inside-footer-widgets.grid-container {
    max-width: 100%;
}

It worked! Thank you :)

And what are the names of each widget (I have three) to edit theirs margins? What I want to do is to have three boxes with different background images and texts, without any separation between them.

.footer-widget-1, .footer-widget-2 and .footer-widget-3.

You can see class names and current CSS by using the Inspect Element tool in your browser :)

Ok, thank you so much for your help! :)

You're welcome! :)

This archived topic is closed to new replies.