Hey there smell69,
Hope you’re well! 🙂
I suggest you use a child theme http://codex.wordpress.org/Child_Themes or use css custom plugin like this: https://wordpress.org/plugins/simple-custom-css/ if you will customize your theme.
Add the code in your child theme’s style.css or using the plugin mentioned above.
#topSocial ul li {
float: none;
padding-top: 3px;
}
The float will keep it vertical align and the padding is to provide a tiny space for each element.
Hope it helps! 🙂
Take care,
Calvin
Sort of! Do I just download child themes? Or can I input this code staright onto the stylesheet under editor?
Also do you know how to put the image on without the white background but the camo background shows through?
Thanks again Calvin!
Hey there smell69,
Hope you’re well! 🙂
You can manually create a child theme. If you are not comfortable creating a child theme then I suggest you insert all your custom code using this plugin: https://wordpress.org/plugins/simple-custom-css/.
If you plan on creating a child theme then this resource will help you: http://codex.wordpress.org/Child_Themes
Hope it helps! 🙂
Take care,
Calvin