[Resolved] Footer appears oversized

  • Author
    Posts
  • #10035

    Puro Support
    Keymaster

    Hi Renden

    Thanks for reaching out. Ultra doesn’t have a sticky footer (JavaScript). There are two ways we can resolve this:

    1. Using Custom CSS added to Customize > Additional CSS:

    body {
        background: #fff;
    }

    2. Or set a min-height for the body, also added to Additional CSS:

    .site-content {
    	min-height: 800px;
    }

    Adjust the height value as required.

    Hopefully one of these helps.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.

Scroll to top