Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author David Decker

    (@daveshine)

    Hi there!

    Sorry for the delay, somehow the notification slipped through! Really sorry!

    If this is still an issue for you – as I assume by seeing your site – you can try to extend the spacer class for the right side.

    Try adding this code to your child theme’s style.css file:

    #nav .space-left {
    	margin-left: 200px !important;
    }

    What it does? It just adds more space to the left side of the icons and therefore moving them more to the right side. You could adjust the 200px value to your liking until it fits the proper size.

    I hope this helps a bit?

    If not I’ll try another patch for you.

    -Thanx, Dave 🙂

    Thread Starter amsinclair

    (@amsinclair)

    Thanks, Dave! That moved everything over to the right thank you! Now I have a weird space between the Facebook icon (which has the space-left added to the CSS class) and the next icon over. Any ideas why that is happening?

    Plugin Author David Decker

    (@daveshine)

    Thanx for the feedback!

    Was my fault with the right space… forgot to add that to zero, just try this one:

    #nav .space-left {
    	margin-left: 400px !important;
    	margin-right: 0 !important;
    }

    Tested with Firebug on your site and this seems to work 🙂

    Hope this helps, Dave 🙂

    Thread Starter amsinclair

    (@amsinclair)

    That is perfect, thank you!

    Thread Starter amsinclair

    (@amsinclair)

    Hi, Dave. I’m back! I’m now trying to use this plugin on: http://makingonlinesimple.com but it isn’t lining up to the right and I used the new’ code above. Any ideas?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Genesis Social Profiles Menu] How to right align the social icons’ is closed to new replies.