Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #694063

    Hello,

    I would like to know how to decrease the gap between easy slider caption title and text in the mobile view.

    The screen is here: http://imgur.com/a/exjP5

    I would like to the same thing with 3 pages, that are listed in private.

    #694642

    Hey pimroll,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    .responsive #top .slideshow_caption h2 {
        padding-bottom: 0;
    }}
    

    Best regards,
    Yigit

    #694686

    Hello Yigit,

    Great, works perfectly:)

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to decrease the gap between easy slider caption title and text in the mobile’ is closed to new replies.