Gap between header and slider

Homepage Community Forums Epik Theme Support Gap between header and slider

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #14366
    pasadmin
    Customer

      I found the way to remove the gap between the header and the slider on the home page. The problem is that have removed the gap on all page and is not very nice.

      On the Epik demo, there’s no gap on the home page but there’s one on the other. I want the same look.

      http://n14nicaragua.com/

      Thanks

      #14385
      Eric
      Customer

        Hi, I can help you get this fixed. Your link at the moment is showing up in Maintenance mode. Can you temporarily take it off Maintenance mode or send a temporary login through a private message? That way I’ll be able to take a look and tell you exactly what you’ll need to adjust in your css.

        What I’ve seen suggested here in the forum (which works perfectly) is to add this code to your css –

        .home .head-wrap {
        	margin-bottom: 0;
        }

        This code will remove the margin-bottom on the homepage ONLY….but will leave the margin-bottom space for every other page where it’s needed to separate the header and the content.


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

        #14398
        pasadmin
        Customer

          I tried your code and it doesn’t work. Maybe I’ve change something before trying your code and that’s why it doesn’t work.

          I’ll PM you your login info.

          Thanks

          #14400
          pasadmin
          Customer
            This reply has been marked as private.
            #14411
            Eric
            Customer

              Ok, so it looks like you removed the default margin-bottom. So if you add it back (to the default) it will show up on all pages again like this (line 1969 in your style.css) –

              .head-wrap {
                  background: #303236;
                  margin: 0 0 40px;
              }

              Once you add that back, then you can add the code I added above and it will remove the space under the header for the homepage only.


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

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