Comments Darren0413 started the conversationJune 1, 2020 at 5:51pmHi , 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,701PenciDesign repliedJune 2, 2020 at 9:44amHi,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,PenciDesign1 LikeDarren0413 repliedJune 2, 2020 at 2:50pmHiYou guys are really great, always solve my problem quickly XDThe 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,701PenciDesign repliedJune 3, 2020 at 2:42amHi, 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 Sign in to reply ...
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 ^^
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
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 ^^
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