Hi. Is it possible to adjust the cover height to be greater than 100% vh? Thanks.
-
Cover height
-
Dear @Anthony ,
we never tried but you could.
Did you try to change it with the CUSTOM CSS?Best!
Marius
-
Hi Marius, I couldn't work out the ID to use to customise. Could you let me know? I'll happily play around with it. If I find any success I'll post it.
Thanks
Anthony -
Dear @Anthony
I am not sure what exactly you want to achieve.But have a look here:
.row._100vh, .row._100vh.empty { min-height: 200vh !important; }
And here:
.cover-region-placeholder { height: 200vh; }
Hope I could help!
Best!
Marius
-
Thanks Marius, the result I'm after is to keep the cover working as it does by default just with the row height being around 150vh rather than the default 100vh. I have a background image in the first row and some text overlaid. The CSS you kindly provided appears to be doing most of the job. Apart from, the background image of the first row appears to be filling the 200vh but once you scroll the anything below the 100vh is cut off still. The remaining content scrolls in as it should based on the additional css too which is great.
It's just getting that extra bit of the row's background image to show that needs resolving.
Not sure if I'm making any sense!
-
-
Sure, can I send it DM?
-
Sure! :-D