Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #771427

    Hello,

    i’d like to change the position of the social media icons in a header (logo center, menu below) just a bit upwards. I tried some of the css i found here and on my own but couldn’t get it to work :)

    • This topic was modified 7 years, 7 months ago by elvirais.
    #772163

    Hey elvirais,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header .social_bookmarks {
        top: 0;
        margin-top: 20px;
    }

    Best regards,
    Rikard

    #772306

    Hi, that doesn’t seem to work unfortunately (tested in Firefox and Edge).

    #773016

    Hi,

    Ok, thanks for the feedback. Please try this instead:

    #header .social_bookmarks {
        top: 0 !important;
        margin-top: 20px !important;
    }

    Don’t forget to clear your browser cache and reload a few times after adding it.

    Best regards,
    Rikard

    #773025

    Yes, that did it, thank you very much!

    #773711

    Hi,

    Glad we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Adjust position of social media icons’ is closed to new replies.