Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27524

    How can I remove the padding between the easy slider and header? and also reduce the [adding under the easy slider? Thanks

    #134295

    Hi,

    You can use this on your custom.css or Quick CSS

    .content {
    padding-top: 10px;
    padding: bottom: 10px;
    }

    Regards,

    Ismael

    #134296

    Thanks, is it possible that it only affects the homepage?

    Also, the padding bottom does not work.

    #134297

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Padding between the easy slider and header’ is closed to new replies.