Just can't find it: Tiny little space in my welcome widget

Homepage Community Forums Epik Theme Support Just can't find it: Tiny little space in my welcome widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #14354
    Greg P
    Customer

      I’ve tried to avoid asking for help on this. I’m annoyed I can’t figure it out.

      This site here, the 20 pts or so of space under the owner’s photo:

      http://gregpayette.com/swr

      I’ve removed every margin and bit of padding I can think of. Gone through every line of css in chrome.

      Any thoughts?

      Thanks – Greg

      #14364
      Jessy
      Customer

        I assume you got it fixed? I don’t see any extra space.

        #14367
        Greg P
        Customer

          Hi Jessy, the space it still there. I’m trying to get the photo of the guy to sit flush above the dark background widget right below it. It’s a small space, but you should be able to see it.

          The padding seems to be either in the .one-half column div I’m using or in the text widget itself.

          Again, it’s a small space, but definitely still there.

          And it’s driving me nuts that I can’t find it!! So if you have any idea that would great.

          #14368
          Jessy
          Customer

            Whoops, I thought you meant your logo for some reason. I totally misread that!

            Anyways, add line-height: 0; to your welcome widget code in your css on line 1319 and it will definitely fix it –

            .welcome .widget {
                line-height: 0;
                margin: 0 0 0px;
                overflow: hidden;
            }

            I saw another thread with a similar issue, so that’s how I was able to figure it out.

            #14369
            Greg P
            Customer

              Awesome. That was it! Thank you. Appreciate the help Jessy!!

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Just can't find it: Tiny little space in my welcome widget’ is closed to new replies.