Hey!
Try adding this code to the Quick CSS:
.home .template-page.content.twelve.alpha.units {
padding-top: 0 !important;
}
Cheers!
Josue
That worked great, but the slider still has a space on its bottom =/
Hi!
Please add following code to Quick CSS as well
.home .template-page.content.twelve.alpha.units {
padding-bottom: 0 !important;
}
Cheers!
Yigit
Sorry, it was in another post, that worked perfectly
Hi!
You are welcome! I noticed that you have modified Josue’s custom CSS code to following
.home .template-page.content.twelve.alpha.units {
padding-top: 5 !important; }
And it is not being applied. If you would like to increase top padding a bit, please use it as following
.home .template-page.content.twelve.alpha.units {
padding-top: 5px !important; }
Cheers!
Yigit