Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1079528
    Ellacopter
    Participant

    I recently moved my website and now the social icons in my header aren’t linking to the necessary social pages.

    Any ideas on why and how to fix it?!

    http://www.phoenixfringe.co.uk/

    Thanks

    #1079908
    Christopher
    Moderator

    Hi there,

    Please update this code :

    .x-navbar .x-nav > li.x-navbar-social > a {
        float: left;
        margin-left: 20px;
        width: 25px;
    }

    To :

    .x-navbar .x-nav > li.x-navbar-social > a {
        float: left;
        margin-left: 20px;
        width: 25px;
        z-index: 2000;
        position: relative;
    }

    Hope it helps.

    #1080033
    Ellacopter
    Participant

    Thanks so much, Christopher!

    #1080036
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1079528 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>