Gap between slider and header.

Homepage Community Forums Ally Theme Support Gap between slider and header.

Tagged: , , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #8992
    Barry
    Customer

      Hi all,

      I just read the thread between Crewem and Wes about this issue of the gap between the slider and the header. I have followed the steps but to no avail, I’m still getting the gap.

      I am a newbie to CSS so just wondering could someone help me with the final instructions on the aforementioned thread.

      Wes: “You needed to remove the space from the header right widget area first and then the default height from the title area.”

      Many thanks, much appreciated. I look forward to chatting.

      Carol

      p.s. Congratulations on the lovely design Wes 馃檪

      #8994
      Barry
      Customer

        And here’s the link to the other thread…

        https://appfinite.com/topic/changing-the-header-background-colour-and-gap-between-slider/

        Thanks in advance

        #9043
        Wes
        Moderator

          Do you have a link to your site? I would need it in order to see what the issue is.

          #9053
          Barry
          Customer
            #9069
            Wes
            Moderator

              Looks like you’re not using any of the slider widget areas. The only thing I see is the header, and then the Welcome area. The Welcome widget area has 80px padding at the top. So that’s where most of that space is coming from. You can look around line 1125 and adjust the padding –

              .welcome .wrap {
                  margin: 0 auto;
                  overflow: hidden;
                  padding: 80px 0 40px;
                  width: 1140px;
              }
              #9080
              Barry
              Customer

                Hi Wes,

                thanks for clarifying that! I was in the wrong place, which makes sense. Now I inserted the HTML code for the images into the slider widget area but they aren’t appearing as sliders, just as images on top of one another – scrolling down the page, and not across the page.

                Is there something I’m missing?

                Thanks for your help

                #9085
                Wes
                Moderator

                  If you’re adding images inside of the widget area it won’t work as a slider, it’s just a widget area that is labeled “Slider” as a suggestion. You have to add a slider inside of that widget area.

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