Archived topic
Change footer width
5 replies · Started by Sandro on June 2, 2020
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, I followed your instruction but it does not fix the problem. See the dropbox link for screenshot. What can I do?
https://www.dropbox.com/s/aadrrmlrl58ikkg/Image-2023-03-16%2014.27.07.png?dl=0
https://www.dropbox.com/s/elmxre4354fn666/Image2%202023-03-16%2014.29.59.png?dl=0
I would like the first one to look like the second one. Can texts be within the same width as body text? The footer background color can be at full length.
Thank you!
Hi Kent,
We might need a different approach for your site. Can you create a new topic regarding this?