• Resolved Spencer1537

    (@spencer1537)


    I understand that there was already a thread on this topic on this support center, but I didn’t understand the directions given. This is my website link:

    TheTrueGamer.com

    I want to align the social media icons for Facebook and Twitter to the right of the menu while keeping the menu text to the left where it is already positioned. How would I do this?

    I’m still somewhat of a beginner, so the simplest explanation would be appreciated. Thanks!

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Paul Clark

    (@pdclark)

    Hi Spencer1537,

    Thanks for using Menu Social Icons! I have put together a video walkthrough for you that you may find helpful. It covers how to add CSS for alignment, colors, margin, and size to match the plugin to your theme. You can view it here: Editing CSS for Menu Social Icons.

    I hope that clears things up for you! I’m going to mark this thread as resolved, but if you have additional questions, please feel free to follow up. If you find Menu Social Icons useful, please write a short review to share your thoughts with others!

    Thanks,

    Paul

    Thread Starter Spencer1537

    (@spencer1537)

    I installed the CSS plugin, and I’m typing:

    li.social-icon }
    float:right;
    {

    and nothing is happening. I use the theme Valor. Why is it not working?

    You have your enclosing brackets backwards – the code should look like this:

    li.social-icon {
    float:right;
    }

    Thread Starter Spencer1537

    (@spencer1537)

    It is still not working. That was a typo on my behalf when I typed in the comment.

    There’s a CSS rule that’s overriding your custom CSS – try using this code instead of what you have now:

    li.social-icon {
    float:right !important;
    }

    Plugin Author Paul Clark

    (@pdclark)

    It looks like Valor has a vertical menu, not a horizontal menu: http://pd.cm/f10

    If that’s the menu you’re trying to change alignment on, you might try one of these code snippets:

    li.social-icon a { text-align:right !important; }

    or

    li.social-icon a i { float:right !important; }

    Henk

    (@dailydad)

    Hi Paul, thanks for creating this great plugin. Have an issue: the mail icon doesn’t link to the e-mail I have inserted in the backend. If I click on the icon in the menu, it only show the name of the url, not the mailto address. Any idea what may cause this?

    Thanks, Henk

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Align icons to the right’ is closed to new replies.