Slider image issue – band at top

Homepage Community Forums Epik Theme Support Slider image issue – band at top

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7008
    alxrods
    Customer

      working on a development region for our website redo. Having trouble with having a band of back ground showing through above the slider image. Suggestions to resolve? Image and slider are set at 1152×400. Picture keeps measuring out at 1140×396, not sure why. Guessing this has an impact?

      #7009
      alxrods
      Customer
        #7016
        Wes
        Moderator

          It’s because of the margin at the bottom of the “head-wrap”. You’ll probably just want to remove this space on the homepage only since it will affect other pages. Add this code to your css –

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

          and that will remove that space, but only for the homepage since you’ll need that space for other pages.

          #10027
          andrewm
          Customer

            That’s great, thanks very much.

            #10036
            Wes
            Moderator

              You’re Welcome!

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Slider image issue – band at top’ is closed to new replies.