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
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. 
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:
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.