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 #3001417
Footer Social Icons Size on Mobile View
Closed

Comments

  • annaknt145 started the conversation

    Hi,

    How can I change the social icons size in footer for mobile view?

    I have managed to change the size in desktop view but there is no option for mobile or tablet view.

    Thank you.

  •  2,492
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 767px) {
        .footer-social-remove-circle ul.footer-socials li a i {
            font-size: 16px;
        }     ul.footer-socials li a span {
            font-size: 12px;
        }
    }

    Change 16px by the icon size and 12px by the social name text size.

    Regards,
    PenciDesign.



  • annaknt145 replied

    Perfect!

    Thank you very much.