Hi, I don’t want to use fullwidth easyslider, and instead I choose the easyslider, and the only problem I have is: there is a large space left in the top and bottom of the image, I alreay choose no scaling for the sliders.
So, how to remove such space? Your can find what it looks on my test site at http://www.newbuilding.cn
Thanks in advance!
Hi,
You can decrease the top and bottom padding using this on your Quick CSS or custom.css
.content, .sidebar {
padding-top: 20px;
padding-bottom: 20px;
}
Regards,
Ismael
thanks!