Hello,
I’ve got the custom css class set to yoga-prehab-success-path and I’ve tried a lot of different formats and I can’t seem to figure out how to target a custom code block with 100% height.
Here’s the page I’m trying to make 100% height – the content inside of the codeblock is an iframe with 100% H x 100% W dimensions.
I've tried:
div.avia_codeblock.yoga-prehab-success-path {
height: 100% !important;
}
.yoga-prehab-success-path {
height: 100% !important;
}
None of those work.
Thank you!
Hey Brad,
I’m not seeing that class at all. Are you able to provide admin info so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Dependable,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .avia_codeblock.yoga-prehab-success-path,
#top .avia_codeblock.yoga-prehab-success-path iframe {
min-height: 100vh;
}
If you need further assistance please let us know.
Best regards,
Victoria