Hi,
I want to set the height of a color section to 85%. I’ve tried this but it doesn’t work:
https://kriesi.at/support/topic/color-section-height-percentage/
Can you please help? Here is the page: http://www.smarthalo.bike/1140-2/
I’d like the video section to take 85% of the screen’s height.
Thanks
Hi GabrielAlberola!
On line 2226 in the /enfold/js/shortcodes.js file you should see this.
css += ".av-minimum-height-75 .container {height:"+wh75+"px;}\n";
Change it to this.
css += ".av-minimum-height-75 .container {height:"+wh85+"px;}\n";
And set the color section height to 75%.
Regards,
Elliott