How to remove white space above and below SLIDER WIDE?

Homepage Community Forums Epik Theme Support How to remove white space above and below SLIDER WIDE?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12117
    fabsfabian
    Customer

      Hello Wes and coding gurus,

      First of I must say that I LOVE the Epik theme. It looks amazing and is just what I was looking for.
      Question: how do I remove the white space above and below the slider wide? If somebody could help me out with the CSS, that would be great! (Maybe some white space is also created by the welcome wide, I’m not sure – my intention is to have absolutley no white space above, nor beyond the slider).
      My website: http://69.195.124.209/~fabsfabi/

      Thank you in advance,

      Fabs

      (PS: I have a few more questions, but I’ll post them in a different thread, to keep it simple)

      #12136
      Eric
      Customer

        Check out Wes’ comment here – https://appfinite.com/topic/slider-5/#post-11343

        There is also about 20px of Margin on line 1191 in your css that you can change to 0 –

        .slider-wide .wrap {
            margin: 0 auto 20px;
            padding: 30px 0 0;
            max-width: 100%;
        }

        Then do the same thing to line 1197 –

        .slider-wide .widget {
            margin: 0 0 20px;
        }

        That should clear it up.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #12147
        fabsfabian
        Customer

          Thank you Eric,

          That worked great!!! Also the other comment you linked to is great, so the other pages have the right spacing on the top.

          Thank you for the great help on this one!!! 🙂

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘How to remove white space above and below SLIDER WIDE?’ is closed to new replies.