Twitist Forums
Align my social media icons on wordpress? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: General Social Media & Marketing Forums (/forum-8.html)
+--- Forum: General Social Media questions (/forum-9.html)
+--- Thread: Align my social media icons on wordpress? (/thread-121716.html)



Align my social media icons on wordpress? - Nick - 03-25-2014 04:13 AM

Hey guys,

I have this site http://www.thebloomery.co.uk and I cant get my 3 grey social media icons (right top) to align horizontally/one next to another.

They seem to stack. Is there a code check I can do or edit fix them horizontally across the top right.

Thank you.


- richarduie - 03-25-2014 04:22 AM

The div that contains the icons, i.e., <div id="header_icons">, is too narrow. It needs to be about twice its current width, e.g., currently it's 90px - should be more like 180px. In the file

http://www.thebloomery.co.uk/wp-content/themes/Evolution/style.css

starting at line 160:

#header_icons {
float: right;
padding-bottom: 10px;
padding-top: 20px;
width: 180px; <======== this needs to be changed
z-index: -9999;
}