• Resolved Micky

    (@ridoko)


    Hey there! The plugin saved me the hassle of trying to figure out how to get social icons in the menu via code – thanks!

    I’m having one slight issue. I inserted the code you referenced in your video regarding floating the icons to the right, but I can’t seem to get them to show up accordingly. I used the variant snippets of code you detailed in previous responses with no luck 🙁

    Any help would be greatly appreciated!

    http://www.naijasunited.com

    http://wordpress.org/plugins/menu-social-icons/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author pd

    (@pdclark)

    It looks like your themes menu area needs to be wider for the icons to be able to go further to the right. Code is below.

    I’ve also included code for removing the border around the icons, and changing their color and background color when your mouse goes over them, in case you have those as follow-up questions.

    Please take a moment to submit a short review. It helps a lot!

    /* Increase menu width */
    #navigation { width: 680px; }
    #navigation .menu { width: 100%; }
    
    /* Remove social icon borders */
    #navigation .social-icon a { border: 0px none transparent; }
    
    /* Modify social icon hover colors */
    #navigation .social-icon a:hover {
    	background-color: transparent;
    	color: #454545;
    }
    Thread Starter Micky

    (@ridoko)

    Worked like a charm! YOU ARE AWESOME!

    Plugin Author pd

    (@pdclark)

    Great! I’m glad to to hear it worked for you! 🙂

    Please submit a short review!

    Thread Starter Micky

    (@ridoko)

    Review submitted!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Alignment issues’ is closed to new replies.