Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3671728
Facebook icon 2-3 pixels to left
Closed

Comments

  • loganuniacke started the conversation

    In the side bar the Facebook icon and word is 2-3 pixels to the left. How can we fix it? 

    8128183634.png
  •  2,580
    PenciDesign replied

    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.



  • loganuniacke replied

    This worked thank you.