[Resolved] Footer background color

Home Forums Support [Resolved] Footer background color

Home Forums Support Footer background color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #967799
    Dee

    I feel like I am missing something very minor, but I cannot figure it out.
    I have a different footer background color than my page background, but the footer background color does not cover the whole span from left to right. There is a margin on the left and right edges, and I cannot get it to go away.

    Can you take a look at my website or offer me direction?

    I am using GP Premium with Elementor Pro, but ELementor Pro is only for pages between header / footer

    #967974
    Leo
    Staff
    Customer Support

    Hi there,

    This CSS is causing the issue:

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

    I thought that was only for screens less than 769px.

    #968202
    Leo
    Staff
    Customer Support

    That would be:
    @media (max-width: 768px) { }

    #968203
    Dee

    Got it thanks.

    #968204
    Leo
    Staff
    Customer Support

    No problem 🙂

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