Hi, this is what my current social media handles look like, could I please make it larger and more it more onto the left
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.social-medias.inline-list {
margin-right: 80px !important;
}
.site-footer .social-medias .icon-svg {
width: 1.7em !important;
}
Thanks!
hello @carla27
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 769px){
#section-footer .social-medias.inline-list{
margin-right: 80px;
}
#section-footer .icon-svg.instagram-svg{
width: 30px !important;
}
}
