Archived topic
Social Sharing Buttons Size
5 replies · Started by demoxing on September 16, 2020
Hello,
I Need a little bit of help, I created a social sharing buttons for my blog, but the size of the buttons are very smaller. I want to make it a little bit bigger. please tell me how can I do that?
reference: https://imgur.com/eyu5jih
Hi there,
This is a better question for the social plugin support.
Have you checked with them?
The theme itself can't control the size of those elements at all.
Actually I am not using any kind of plugin for my social sharing buttons. I managed the code from somewhere, I don't remember. I used the theme Element and create a hook element for the social buttons. and put the PHP and CSS codes.
Unfortunately we can't really provide support on custom solutions here as it's unrelated to the theme.
The icons are SVGs so you can try to set the width and height larger:
https://www.screencast.com/t/izrawyNK6h
And the background is likely the padding property in this CSS:
https://www.screencast.com/t/OmhiGiqhtL
It would be worth finding the source of the custom solution and see if they provide any instructions.
thank you so much Leo for the guidance. hope I fix it :D
No problem.
Should all be in the source code you've provided :)