Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #267154

    I would like to move the social media icons below the main menu in the header section thanks in advance.

    #267409

    Hey Nelson!

    Since 2.7.1 you can change the position of the icons easily. Go to the “Header Layout” > “Extra Elements” and select “Header Social Icons” – “Display in main header area”. We can then set a margin-top if you want to push the icons down a bit.

    Regards,
    Peter

    #268436

    Thanks for the quick response the thing is I’m trying to move the social media icons right above the main menu in the header. Thanks in advance

    #268457

    Hey!

    You can move them with this code:

    
    #top .social_bookmarks {
    top: 45px;
    right: 0;
    position: absolute;
    }
    

    and replace 45px with a higher/lower value if you want to change the distance to the main menu.

    Best regards,
    Peter

    #268475

    No go on the code I entered the code in the quick css I then changed to option to move the social media icons into the main menu header I flushed the caches 5 times and refreshed the page each time the social media icon remained on the right side of the main menu in the header.

    #268564

    Hey!

    It seems like code is not being applied. Please try adding the code to custom.css file inside Enfold/css folder.

    Regards,
    Yigit

    #268968

    Quick question I”m fairly new to enfold I attempted to locate the enfold/css folder no luck. Can you please help me locate the enfold/css folder. Thank you in advance

    #268990

    ok I put the code in the custom.css file nothing is happening any suggestions. I may or may not be entering the code correctly. can you please walk me through the process. thanks in advance

    #269083

    Hi!

    Can you try deactivating all active plugins and try the code in Quick CSS once again? Also, do you have any other custom CSS code added? If so, can you paste them in http://pastebin.com/ and post the link here so we can check if there is any punctional issues?

    Best regards,
    Yigit

    #269454

    here’s the link to pastebin http://pastebin.com/v4kHM4zX. Thanks for your help in advance

    #269455

    Got It thanks for your help it was the a css code conflict

    #269457

    Got another question well problem on mobile devices the social icons cover the logo is their a way that I could have the social media icons remain in the top social media bar for mobile device only. Thanks in advance

    #270036

    Hi!

    Please change the code Peter posted to following one

    @media only screen and (min-width: 990px) {
    #top .social_bookmarks {
    top: 45px;
    right: 0;
    position: absolute;
    }}

    Best regards,
    Yigit

    #270326

    Perfect everything Is working Great Customer ServiceThanks For All The Help

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Move Social Media Below main menu header’ is closed to new replies.