[Support request] Text in header using fit to screen heights

Home Forums Support [Support request] Text in header using fit to screen heights

Home Forums Support Text in header using fit to screen heights

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #504976
    Stew

    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)?

    #505274
    Leo
    Staff
    Customer Support

    Hi there,

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

    #505279
    Stew

    Hi Leo,

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

    #505556
    Leo
    Staff
    Customer Support

    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;
        }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.