Reply To: 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 Reply To: Just can't find it: Tiny little space in my welcome widget

#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.