How do I reduce the space around this Easyslider? I have tried
.avia-slideshow {
margin-bottom: 0px;
}
But it does not work. Thanks!
Hey wasite!
Can you post the link to your website? Custom CSS code you add should work. You can try adding !important to force so it should be as following
.avia-slideshow { margin: 0!important; }
Please flush browser cache after applying the code and refresh your page a few times
Cheers!
Yigit
Yigit, you are the man! Thanks!