Site logo

Archived topic

automatic screen height

3 replies · Started by jose luis on October 29, 2021

Viewing posts 1–4 of 4

Hello!!
How can I make my page fit to the height of the screen when I have little content?

On this example page you can see. https://hublocker.net/hometest/

I want to make my home with a search engine in the center and it was fatal. Thanks

Hi Jose,

Give this CSS a try:

.site-main .inside-article {
    min-height: calc(100vh - 162px);
}

Let me know :)

Hi!

works fine!!

Thank you so much

No problem :)

Please be noted, if you change the header or footer height, the value 162px need to be adjusted accordingly.

This archived topic is closed to new replies.