Hi, how can i reduce the whitespace under the header slideshow.
Kind Regards,
Simon
Hi Simon,
Try with this code (add it to Quick CSS):
.avia-slideshow {
margin-bottom: 25px;
}
If it doesn’t work, can you post the link to your website please?
Regards,
Josue
Hey!
Please add following code to Quick CSS and adjust as desired
.avia-slideshow { margin-bottom: -20px; }
Best regards,
Yigit
Thats it! Thanks