Viewing 5 reply threads
You must be logged in to reply to this topic.
Hi Mihaila,
I have put the social icons in the page widget but it is visualized really bad, one under the other.
may you please have a look to my website?
tks
Hello,
Sorry for the late reply.
I don’t see any misplaced social icons in your site. Can you please show us a screenshot where is this happening?
Best regards!
on the right side, in the widget of this page: https://homointraprendente.it/risorse-utili/
tks
Hello,
Sorry for the late reply.
Please add this code into your custom css box:
.sidebar_right .footer_social_icons.circle li {
width: 40px !important;
height: 23px !important;
}
.sidebar_right .footer_social_icons.circle li a i { line-height: 17px !important;
padding-left: 15px;}
.sidebar_right aside ul li:after {content: none;}
.sidebar_right aside ul { padding-top: 29px !important;}
.sidebar_right ul.footer_social_icons.circle { width: 44px;}
Let us know.
Best regards!
now icons are well circular, but still one under the other. I would like one next to the other if possible
tks
Hello,
Please add this code too:
.sidebar_right ul.footer_social_icons.circle {
display: table-cell;
width: 15% !important;
}
.sidebar_right .footer_social_icons.circle li {
width: 43px !important;
height: 21px !important;
display: table-cell;
}
Best regards!
You must be logged in to reply to this topic.