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

    Am experiencing a large gap which displays in multiple browsers when I insert a fullwidth easy slider part-way down a page. A really large gap appears. I have reduced or removed padding from the layout element which sits below it, and also inserted a negative whitespace. Neither have fixed the issue. My client doesn’t like it… and I can’t sort it.

    I found this on the forum which describes a similar issue. However it’s not worked for me as i’m not doing this on a homepage, but on different pages on my site.
    Reduce Layout Element Height between vertical fullscreen slider

    Is it using a custom user-defined class? Am sure it’s an easy fix; would be very grateful if you coudl help me fix this, thanks!

    • This topic was modified 5 years, 3 months ago by antilimited. Reason: Edited for clarity
    #1125387

    Hey antilimited,

    Sorry for the problem. Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-7712 #after_full_slider_3 {
      display:none;
    }

    Best regards,
    Rikard

    #1125503

    Thanks Rikard.

    At first it didn’t look successful, but after flushing CSS and cache I think that’s worked

    As the page had 3 instances of the FW slider (2 inline which I wasnted to fix) I altered the code slightly

    .page-id-7712 #after_full_slider_2 .page-id-7712 #after_full_slider_3 {
      display:none;
    }
    • This reply was modified 5 years, 3 months ago by antilimited. Reason: Solution seems successful so I have edited to reflect this. Thanks
    #1125638

    Hi,

    Great! So everything is working as it should now?

    Best regards,
    Jordan Shannon

    #1125641

    Yep, all good now… thanks for the solution!

    #1125701

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Reduce gap under fullwidth easy slider’ is closed to new replies.