Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1315993
    4roksy
    Participant

    Hi.

    Can you help me please with social icons in left static menu. I try all possibilities that i find on the forum but without success.
    How to make it horizontally?
    Url: http://timotejlampeignjic.com/

    Thx

    Rok

    #1316066
    Jade
    Moderator

    Hi Rok,

    Please try this code:

    .x-navbar-social {
        float: left !important;
    }
    
    .x-navbar .x-nav > li.x-navbar-social > a {
        width: auto;
    }
    
    #menu-item-304 {
        margin-left: 95px;
    }

    Hope this helps.

    #1316169
    4roksy
    Participant

    Hi.
    Thank you!
    Only problem is that i have red line when i click on social. How to remove it? From menu I’ve already did it.

    THX

    Rok

    #1316183
    Jade
    Moderator

    Hi Rok,

    Please try this code:

    .x-navbar-fixed-left .desktop .x-nav>li.x-navbar-social>a:focus {
            box-shadow: none;
    }
    #1316270
    4roksy
    Participant

    Works perfect!

    Thank you!

    Rok

    #1316286
    Joao
    Moderator

    Glad to hear it,

    Joao

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