Comments loganuniacke started the conversationJune 22, 2024 at 12:32amIn the side bar the Facebook icon and word is 2-3 pixels to the left. How can we fix it? 3,002PenciDesign repliedJune 22, 2024 at 2:01amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .widget-social a i { margin-left: 0; margin-right: 0;}Regards,PenciDesign.loganuniacke repliedJune 22, 2024 at 11:36amThis worked thank you. Sign in to reply ...
In the side bar the Facebook icon and word is 2-3 pixels to the left. How can we fix it?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.widget-social a i {margin-left: 0;
margin-right: 0;
}
Regards,
PenciDesign.
This worked thank you.