This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Align my social media icons on wordpress?
03-25-2014, 04:13 AM
Post: #1
Align my social media icons on wordpress?
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.

Ads

Find all posts by this user
Quote this message in a reply
03-25-2014, 04:22 AM
Post: #2
 
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/.../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;
}

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)