Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DWUser

    (@dwusercom)

    Hi,

    Thanks for using EasyRotator. You can wrap your rotator in code like this:

    <div style=”padding-bottom: 50px;”>
    …rotator shortcode is here…
    </div>

    Please let me know if you have any other questions.

    Sincerely,
    Drew O’Neill

    Thread Starter Micha85

    (@micha85)

    Hi Drew,

    thanks for the info. That trick does it, but isn’t there a general code that I can use, as I have quite a lot of rotators on my website, and it’s a lot of work to add this to each one. Also, I’m working with somebody else on the website who’s not so good with coding, so it’s one more possible source of mistake. I’d like to put some coding in my CSS that tells all my rotators to have a padding of 50px underneath.

    Thanks a lot for your help,
    Michaela

    Plugin Author DWUser

    (@dwusercom)

    Hi,

    Thanks for the clarification; to add padding below every rotator, you can add this CSS to your stylesheet:

    .easyRotatorWrapper {
       padding-bottom: 50px;
    }

    Sincerely,
    Drew O’Neill

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Padding around rotator’ is closed to new replies.