Reply To: bottom of image in responsive slider clipped?

Homepage Community Forums Epik Theme Support bottom of image in responsive slider clipped? Reply To: bottom of image in responsive slider clipped?

#13371
fitover50Dan
Customer

    Ok, I just learned a valuable lesson–flush the cache or changed made to the CSS won’t show up. Wow, I wasted a couple of hours 馃檨

    Once I changed:

    a img {
    margin-bottom: -4px;
    }

    to:

    a img {
    margin-bottom: 0px;
    }

    the slider looks correct.

    Still wondering if this is the *right* way to fix this problem? Am I potentially messing up other image stuff later?

    Thanks–Dan