Jump to content
Sign in to follow this  
emidzi

Moving Social Icons down navigation bar,

Recommended Posts

emidzi

I want to move my social icons down to the navigation bar. I prefer -50, as mentioned in this previous discussion. previous discussion However I cannot get the icons to work. I am unsure where to insert code. Thanks, Elizabeth

Share this post


Link to post
Share on other sites
Sourena

Insert them here (shown with the red arrow): eYhvt.png


alefba.us

Web Development & Design for Right-to-Left languages

Share this post


Link to post
Share on other sites
emidzi

I works now, but only if you touch the top of the social icon, not if you touch in the middle of the icon. Is there any way to tweak the code so it works when you touch the middle of the icon? Thanks, Elizabeth

Share this post


Link to post
Share on other sites
bryan-hadaway

It's probably because it's behind the nav, the transparent part, you may need to make the width smaller. Thanks, Bryan

Share this post


Link to post
Share on other sites
rigaman

I am trying to accomplish the same thing: place my social icons bottom-aligned with the nav. I can't figure out how to do a hook. I'm new to hooks and CSS. I can fumble my way through copy & paste CSS code offered in these forums, but hooks are a bridge too far. So, I am trying tojust get by with the workaround described above (icons set at -50px and narrow the nav to enable mouseover and clickof the icons. Icons moved down nicely, but problem is I can't get the nav {transparaent part) out of the way tomake the icons accessible. Closest I seem able to get (with aid of Firebug) follows below (either incomplete or incorrect attempt at a fix)... can someone please help? I would really like detailed step-by-step directions for implementing a hook (Dummies version). Short of that, helping me at least implement this workaround would be nice. Many thanks! Dan #primary-nav ul.main-nav.nosearch { width: 600px; }

Share this post


Link to post
Share on other sites
rigaman

Thanks for the help! I just came back to this and found a similar fix by increasing the z-index on the icons--this worked: #branding .icons{ z-index:90; }

Share this post


Link to post
Share on other sites
timlinson

Cool, that works too. +1

Share this post


Link to post
Share on other sites
emidzi

I haven't forgotten this issue. I have tried the solutions multiple times with multiple variations. (I have been working on this for 25 minutes.) I am unable to bring down my icons to -50 and enable the user to touch the center of each icon to activate it. If there was a link, I could show you a screen shot.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×