How to get footer div full width

Hi ,
Ive added some text in my bottom footer and assigned a class to the div. Im trying to make it full width but its off centered. How can I center this? Its the area that says " YOur source for summer news on the south shore"

TIA!
Rena

Hello Rena,

Thanks for asking. :slight_smile:

You can add following CSS under Pro > Theme Options > CSS:


footer.x-colophon.bottom .x-container.max.width {
    max-width: 100% !important;
    width: 100%;
}

Above changes are done using custom CSS. If you would like to explore CSS, please take a look at following resource:

https://www.w3schools.com/css/

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.