Remove white space above Footer.

Homepage Community Forums Epik Theme Support Remove white space above Footer.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15102
    intelisystems
    Customer

      I am making a website at http://www.macheko.com/with Epik theme.

      As you can see, I will show just Slider as full screen.
      Problem is that there is a white space between slider and footer credit even when I don’t use any other widget. How do I remove this white space?

      Thank you.

      #15107
      Eric
      Customer

        20px is coming from line 1172 –

        .slider .wrap {
            margin: 0 auto 20px;
            padding: 0;
            width: 1140px;
        }

        And the other 20px is coming from line 1178 –

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

        You can change the margin on both of those sections to margin: 0; if you’re not going to be using more than one widget inside of the slider area.


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

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