Tagged: social media icons
Hi there,
I’ve changed the size of the social icons in the header but I’ve some problems with how it turned out:
https://www.dropbox.com/s/xfwnxyt9z62lnyw/Screenshot%202015-10-29%2010.57.21.png?dl=0
I’d like to have the circle bigger and to add some space between the icons… how can I do that?
Thanks!
I am working at it locally, maybe I can send you chunks of html code if you tell me what you need to check. I just used
#top .social_bookmarks li { font-size: 28px; }
to increase the size of the icons
Hi!
Please add following code to Quick CSS as well and adjust as needed
#top .social_bookmarks li a, #top .social_bookmarks li {
width: 50px;
height: 50px;
line-height: 50px;
}
Regards,
Yigit
it works but now I’ve some problems when the header shrinks
https://www.dropbox.com/s/jk6ucand91oypbk/Screenshot%202015-10-29%2014.58.58.png?dl=0
Hi!
Please add following code to remove header meta border
#header_main, #header_meta {
border: none;
}
Best regards,
Yigit
ok thanks!
Hi!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit