HI,
Using the full screen slider, is there are a way to manually set the vertical dimension? I’m using the e-commerce theme, and I want to have about 60px below the slider visible without scrolling down.
Thank you
Hey richardweisskopf!
Thank you for using Enfold.
It’s possible, but you need to modify the js > shortcodes.js code. Look for this code around line 2223:
css += ".avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow{height:"+wh100_mod+"px;}\n";
Replace it with:
css += ".avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow{height:"+wh100_mod - 60 +"px;}\n";
If possible, please provide a screenshot of what you’re trying to do with the slider. Use imgur or dropbox.
Cheers!
Ismael