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 #3434538
Social Media Icons
Closed

Comments

  •  1
    PkaSlaTv started the conversation

    Hi Penci Design,

    I have found my social icons aren't proper align on mobile device (real device) either it is in chrome or safari. Please find the attached file for more info.

    Best,

    PkaSla

  •  2,937
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
        .penci-social-colored ul.footer-socials li a i {
            line-height: 32px !important;
        }
    }

    Regards,
    PenciDesign.