[Resolved] Search results pages with no found term

Home Forums Support [Resolved] Search results pages with no found term

Home Forums Support Search results pages with no found term

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1178817
    johnaps

    Hello, as you can see in the page bellow, i have problem with the with the padding of the body on search results pages that havent found the term that was searched and i have visible space under the footer, because my body has low height…
    Is there any way to fix this?
    Thank you in advance!

    #1179174
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Not sure I’m seeing any padding issues, but the second issue is just how HTML works – the container is only as tall as its content.

    You can adjust it like this:

    @media (min-width: 769px) {
        #page {
            min-height: calc(100vh - 400px); /* 400px is the approx. height of your header and footer. */
        }
    }
    #1179994
    johnaps

    Perfect as always!! ๐Ÿ™‚

    Thank you Tom!

    #1180267
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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