[Resolved] Change footer width

Home Forums Support [Resolved] Change footer width

Home Forums Support Change footer width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1311090
    Sandro

    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

    #1311153
    David
    Staff
    Customer Support

    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;
        }
    }
    #1311390
    Sandro

    Perfect!!!
    Thank you

    #1311465
    David
    Staff
    Customer Support

    You’re welcome

    #2569394
    Kent

    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!

    #2569438
    Fernando
    Customer Support

    Hi Kent,

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.