Unwanted Gap – How To Make It Go Away?

Homepage Community Forums Epik Theme Support Unwanted Gap – How To Make It Go Away?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16069
    GeoUser
    Customer

      I’m back again with another problem. I’m a print designer who occasionally creates web sites, and my “coding skills” aren’t the greatest.

      Great help from Andykev got me through the first problem, but now I’ve come up with another thing I can’t figure out.

      After I got my large image put in (rather than a slider), I noticed gaps at the top and bottom of my large image, it took awhile for me to determine what was causing the gaps, but I managed to find the padding and margin settings that were causing the gaps, and I altered my styles.css file to alleviate the problem.

      My changes seem to have totally eliminated the gap at the top of my large image. And my changes eliminated *part* of the gap below the large image.

      But there is still a bit of a gap below the large image, and no matter now hard I look, I can’t see the reason for the gap being there, and/or what to do about it.

      Here’s my URL:
      http://www.moodyriver.com

      Not sure what to do next…can you help, please? Thanks.

      #16074
      GeoUser
      Customer

        Thanks to anyone who looked at this and tried to figure it out…of course it was way beyond anything I could figure out myself. After waiting quite awhile, I went over to the StudioPress forum and Tom gave me some code that would work…and interestingly enough, Tom said he couldn’t see where the gap was coming from either, but the code he gave me used a negative margin setting that closed it up anyway.

        So no problem now…thanks.

        #16075
        Wes
        Moderator

          Sorry about that I caught this a little late (surprised no one else saw it). A better way to fix this would be to add this to the CSS….

          You can actually add it to the .slider-wide .widget code that you added, but first completely remove the negative margin code that you added and replace it with this –

          .slider-wide .widget {
            line-height: 0;
            margin-bottom: 0;
          }

          That’s a better way to adjust that part of the slider since you’re using it this way.

          Let me know if this helps.

          #16077
          GeoUser
          Customer

            Hi Wes,
            Thanks so much for coming in and helping with this. I like your solution, and it works great…I put the code in as you suggested, and everything is great now. Thanks again for your help.

            #16078
            Wes
            Moderator

              You’re Welcome!

              Just let us know if you need anything.

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Unwanted Gap – How To Make It Go Away?’ is closed to new replies.