Tagged: pixel, size, social media, social media icon
Hi
The site I’m working on is bodytalkminneapolis.com
the home page
the social media icons are small
how do I increase the size?
Thank you
Hey Nathan,
Please see the solutions presented in this thread: https://kriesi.at/support/topic/social-media-icon-size-2/Let us know if you need further help!
Best regards,
Sarah
Which solution would that be?
I need support increasing the size / px of the social media icons please
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .social_bookmarks li a {
font-size: 20px;
}
Best regards,
Yigit
they are still same size
Hey!
There was a missing closing curly bracket in your Quick CSS field. I added it. Please flush cache and review your website
Cheers!
Yigit
when I click on the social media icons there is no link yet?
Hi,
That is because of the Shift bar menu. You can add following code to Quick CSS to solve plugins CSS issue
#shiftnav-toggle-main.shiftnav-toggle-position-absolute {
width: 55px;
}
Best regards,
Yigit
I feel thankful
The code was supportive and I can move forward now