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

    Hi,

    i’m trying to reduce the padding of the captions in the slideshow. I’ve tried adding the following code to Quick CSS but doesn’t seems to work.

    .slideshow_inner_caption {
    padding-left: 0px;
    padding-right: 0px;
    }

    I appreciate if you can help me. Best regards,
    Esteban

    #652862

    Hi Esteban,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #652940

    Hi Rikard,

    Yes of course. http://www.glambykell.com, I have added the information in the private section.

    Best regards,
    Esteban

    #654128

    Hi,

    Please use this instead:

    .slideshow_caption .slideshow_inner_caption {
        padding: 0 !important;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.