Hi,
There is a pretty large amount of white space between the bottom line of the menu and the top of the slider.
What is the best way to close this gap?
Thanks!
Hey!
Try adding this code to the Quick CSS:
main.template-page.content.twelve.alpha.units {
padding-top: 0;
}
Cheers!
Josue
Hey Josue,
It worked!
Thanks so much for the quick help!
You are welcome, always glad to help :)
Regards,
Josue
Hi!
use this code in Quick CSS to control it:
.ls-wp-fullwidth-helper {
top: -50px;
}
Best regards,
Andy
Hi,
I have the same problem; i would like to remove the white space between menu and the SIMPLE slider. I tried the code above, but it didn t work…
by the way: you support guys are doing a great job!
Hey!
Please add following code to Quick CSS
#main>.fullsize>.container>.content {
padding-top: 0;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Cheers!
Yigit
it worked! thx!