Site logo

Archived topic

Text in header using fit to screen heights

3 replies · Started by Stew on February 25, 2018

Viewing posts 1–4 of 4

Hi, I'm trying to use fit to screen heights on the top sections of my site. I like the look, however if people aren't on certain resolutions it causes the content of that section to be in the header. Is there a way to set the theme to be responsive where if their view port is of X height to show the 100vh and if it's below X height to make the section a minimum height (eg. height: 1080px)?

Hi there,

Your site is currently under maintenance page. Any chance you can unlock it so we can see what you currently have?

Hi Leo,

I've taken maintenance mode down, I'll leave it down for the next 12 hours.

Since that top section is basically all from Elementor, I would ask their support to see if it can achieve what you are looking for.

I believe this CSS from them is setting the height:

@media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh;
    }
}
This archived topic is closed to new replies.