[Resolved] FOOTER WIDTH

Home Forums Support [Resolved] FOOTER WIDTH

Home Forums Support FOOTER WIDTH

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1879838
    liz

    Hi,

    I need help with the width of the footer bar. It’s set to full in the customizer but its not reflected on screen. Website in the private info field.

    #1879954
    Elvin
    Staff
    Customer Support

    Hi liza,

    You have this CSS that prevents any element from going full-width of the page.

    @media (min-width: 769px)
    body {
        margin: 0 30px;
    }

    It’s adding 30px left and right margin to the body tag of the page, preventing the footer, (body’s child element), from going to full width of the page.

    Any particular reason why this was added?

    #1879997
    liz

    Hi, Alvin

    I’m not quite sure why its added..how can I possibly solve this problem? Thanks in advance.

    #1880005
    Elvin
    Staff
    Customer Support

    The CSS I’ve mentioned is added on Appearance > Customize > Additional CSS.

    You can remove it from there and see if the result works for you. 😀

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