Site logo

Archived topic

Left sidebar widget - Overlapping text

1 reply · Started by Chelsy on January 24, 2020

Viewing posts 1–2 of 2

At the very bottom of my left sidebar widget text, you will see that the words overlap each other. Also at the very top within the search bar section, you will see that the search icon is misaligned as well.. Maybe I'm not understanding the proper .css.. any ideas on how to resolve this? - Thank you

Hi there,

you have this CSS added to the site thats causing the overlapping:

.sidebar .widget :last-child,
.footer-widgets .widget :last-child {
    margin-top: -38px;
}
This archived topic is closed to new replies.