Site logo

Archived topic

Want to Add Margin

6 replies · Started by Sourabh on January 4, 2021

Viewing posts 1–7 of 7

Hi there,

try adding this CSS:

#zoom-social-icons-widget-2 h2 {
    margin-bottom: 20px;
}

it's just adding space in line ?? how to add in the social box ??

i think if reducing social icons+text size so it will help too, so anyway which you feel easy ...

Try editing this CSS you've added:

.zoom-social_icons-list__item {
    margin: 0 0 10px;
    display: block;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background: #fff;
    margin: 0 -1px -1px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
    transition: all .2s ease;
}

to this:

.zoom-social_icons-list__item {
    margin: 0 0 10px;
    display: block;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background: #fff;
    margin: 0 -1px -1px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
    transition: all .2s ease;
    padding: 10px;
}

Thanks Leo.

No problem :)

This archived topic is closed to new replies.