Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #871759

    Hi, please help me to move social icons to the right of the page. I want social icons to be in the same line as menu to the left, just aligned to the right, in the header area. I had a look in to other similar topics, but I couldn’t find way to align social icons to the right. Please help.

    #871790

    goto your Enfold Options – Header – Extra Elements – Header Social Icons. and choose “Display in main header area”

    #871811

    Hi, thanks for your prompt reply. However I want icons aligned to the right side of the page. There is no option to display social icons to the right side of the page. When it’s selected icons are displayed next to menu on the left side of the page. You may know how to move them to the right?

    #871818

    do you have a live link to it – and or a screenshot how it should look like

    something like this ? https://webers-testseite.de/elegant/

    you could have it vice-versa

    • This reply was modified 7 years ago by Guenni007.
    #872088

    what do you mean by right side of the page
    you mean something like this (here on the left) https://fusesocialfloating.000webhostapp.com/fuse-social-floating/

    there are alot of plugins doing this

    #873077

    Hi Adrian_au,

    I am seeing the menu and the links on the left. Did you get it working for you?

    Best regards,
    Victoria

    #876199

    Correct you seeing links of the left along with menu.

    However I would like to have just social links to the right side, is there are way to move them?

    #877207

    Hi,

    Please take a look

    Thank you

    Best regards,
    Basilis

    #879918

    Thanks, I tried to install it but it does not work. For me moving social icons to the right side of the page sound like a simple idea. Please help, I need social icons on the right side of the website. I don’t want to have them above or below menu line.

    #879928

    I tried this and it does not work: #top .social_bookmarks { float: right; margin-right: 230px; }

    #879940

    { padding-right: 50px; } : This seems to be moving social icons, but I want them to stick to the right side of the page, instead of pushing using padding. Please help

    #880335

    Hi Adrian_au,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .main_menu {
        width: 100%;
    }
    #top nav .social_bookmarks {
        float: right;
        left: auto;
        width: 10%;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #880412

    Victoria thank you very much! It worked magic! :)

    #880506

    Hi,

    Did you need further help, or shall we close this thread?

    Best regards,
    Jordan Shannon

    #1062315

    I have the same issue. I want to align the social icons to the right. And next step I need to customise them :)

    Victorias code “kinda” make it work, but I guess my custom css positioning of the main menu f**** it up. This is my main menu positioning css:

    @media only screen and (min-width: 768px) {
    .main_menu {
    right: auto !important;
    left: 134px;
    top: 38px !important;
    }
    }

    Could you help me with this issue please?
    BR Frederik

    #1063863

    Hi,

    Set the width of the main menu to 100%, make the social bookmarks container float to the right and then specify its width, 200px is enough.

    Best regards,
    Ismael

    #1065036

    Thankyou sp much Ismael! It works!

    BR Frederik

    #1065297

    Hi Frederik,

    Great, I’m glad you got it working. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.