Hi,
I have found out how to put the social media icons in the footer from other threads but cannot figure out how to make the space between each individual icon larger.
Also, what is the code to select the rotating twitter wiget? I want to move it up slightly so that the text all starts on the same line.
Thanks,
A
Hey A!
Please add following code to Quick CSS
#footer ul.social_bookmarks li { margin-right: 5px; }
#footer p.rtw_main { margin-top: 0; }
Regards,
Yigit
Perfect!
Thanks,
A