Site logo

Archived topic

Change footer width

5 replies · Started by Sandro on June 2, 2020

Viewing posts 1–6 of 6

Hi
(and sorry for my English)
Is it possible to change the footer width?
I would like the footer with the same size of the content, without the sidebar
I think the width should be 660 px

Thanks

Hi there,

in Customizer > Layout > Footer - set the Footer Width to Contained.

Then add this CSS:

@media(min-width: 769px) {
    .site-info {
        max-width: 75%;
        box-sizing: border-box;
    }
}

Perfect!!!
Thank you

You're welcome

Hi Kent,

We might need a different approach for your site. Can you create a new topic regarding this?

This archived topic is closed to new replies.