Tagged: easy slider, header, padding
How can I remove the padding between the easy slider and header? and also reduce the [adding under the easy slider? Thanks
Hi,
You can use this on your custom.css or Quick CSS
.content {
padding-top: 10px;
padding: bottom: 10px;
}
Regards,
Ismael
Thanks, is it possible that it only affects the homepage?
Also, the padding bottom does not work.
Hi Kianpoor,
If that isn’t working we’ll need to see your site live with the css in place. You can make it only effect your home page by adding this:
#top.home content {
padding-top: 10px;
padding: bottom: 10px;
}
Regards,
Devin