Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    The relevant tag is .logo-img

    You could add some spacing with padding or margin.

    Alternatively you could save your logo images themselves with some space around them. Up to you.

    Supastarfish

    (@supastarfish)

    Hi there Maeve,

    Great plugin thank you.
    Please allow me one question: I would like to center the slider widget or align it with the other elements of my website.

    http://capscapetown.co.za/

    I seem to not find the right tag to do the tweak in the custom CSS.

    .logo-slider-wraper{
    position: relative;
    margin-left: 50px;}

    has no effect. Adjustments in inspect element in firefox and google chrome bring the required changes but changes in the custom css window in plugin admin dont. Please advise.

    Thanks so much.

    Best Regards,
    Michaela

    Plugin Author Maeve Lander

    (@enigmaweb)

    @supastarfish

    If the changes work in the element inspector but not when you applied them in your theme css then I’m guessing the problem is that there is some other css that is overriding it coming from either your theme or the plugin. Try using the !important; attribute to force it to use the styles you want…

    coolweekends

    (@coolweekends)

    I have same problems too. The images come out like they are glued to each other… I mean too close to each other.

    http://travel.coolweekends.in/ even if I have 2 images they will align left and stick to each others back.

    Thank You!

    Plugin Author Maeve Lander

    (@enigmaweb)

    No worries @coolweekends, add this to your theme css:

    .logo-img {
    margin-right: 30px !important;
    }

    Adjust the px value as needed…

    If you like the plugin it is really helpful if you can add a rating/review here. Thanks

    coolweekends

    (@coolweekends)

    Thank you Maeve!

    Trying now…

    coolweekends

    (@coolweekends)

    wow! this works like magic..

    Thanks Maeve! Can you also help me align the logos center and leave equal gap on left and right when they slide in?

    Thanks for the prompt solution!!! πŸ™‚

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘SPacing between images’ is closed to new replies.