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 #2424873
Social media icons can be bigger on the mobile version
Closed

Comments

  • Darren0413 started the conversation

    Hi , I have two questions :

    1) Social media icons can be bigger on the mobile version ?

        Both positions on the picture want to be bigger, thanks!

    2) Can the text (menu) on the picture be bigger?

        Because the current use is not easy to press (too small)

    thank a lot ^^

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 767px){
    .header-social a i, .footer-social-remove-circle ul.footer-socials li a i{ font-size: 24px; }
    .penci-menu-hbg .menu li a, #sidebar-nav .menu li a{ font-size: 16px; }
    }

    Best Regards,

    PenciDesign

  • Darren0413 replied

    Hi

    You guys are really great, always solve my problem quickly XD

    The last question I have is, can the revised Social media icons on the footer be slightly separated ^^ (It’s better to be slightly separated because it’s too close now)

    thank a lot ^^

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 767px){
    ul.footer-socials li {
        margin-right: 50px;
    }
    }
    

    Best Regards,

    PenciDesign