Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1121044

    Hi

    How do I reduce the the gap between my vertical fullscreen slider images on my home page. Gap is currently around 1.5inchs & want it around 0.2

    Page is currently payed out as:

    Fullscreen Slider
    1/1 Layout Element
    Fullscreen Slider
    1/1 Layout Element
    Fullscreen Slider

    Regards Mark

    #1121171

    Hey mimeogroup,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #after_full_slider_1, .home #after_full_slider_2 {
      display:none;
    }

    Best regards,
    Rikard

    #1122059

    Hi Rikard, tried that but no change. I actually want a small, say 5mm gap, between images but code didnt change anything

    Cheers Mark

    #1122172

    Hi,

    Try this instead:

    .home #after_full_slider_1 .content, .home #after_full_slider_2 .content{
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    Make sure that you clear the old CSS and JS files under Enfold->Performance before checking the results.

    Best regards,
    Rikard

    #1122228

    Brilliant that worked, thanks for your help Rikard

    Cheers Mark

    #1122289

    Hi Mark,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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