Hello is it possible to change the social media icons and to move them to the left of the logo :)
the green box is where they normally appear :)
Hey!
Please go to Enfold/css folder and open Layout.css file and remove or comment out following line
#top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li{ background: transparent; }
then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#header_main .social_bookmarks { left: 19%; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 990px) {
#header_main .social_bookmarks { left: 0; }}
Regards,
Yigit