Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1173004
    zeusuk
    Participant

    Hi there
    As always, great theme!
    I’ve just added my social icons to the topbar and changed colors etc but now i’d like to centre align them like they are on mobile, how do i achieve this?
    Also, recently i changed my navbar size to make it smaller but on mobile i noticed my logo is now wonky and out of place, as is the menu burger sign, i’d like them both to be halfway down the navbar like they are in the big screen version.
    Thanks a lot!

    #1173006
    zeusuk
    Participant
    This reply has been marked as private.
    #1173043
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-topbar {
        text-align: center;
    }
    
    .x-topbar .x-social-global {
        float: none;
    }
    
    @media (max-width: 979px) {
    .masthead-inline .x-btn-navbar {
        margin: 10px auto;
    }
    .x-brand {
        margin-top: 10px;
    }
    }
    

    Hope that helps

    #1173215
    zeusuk
    Participant

    Worked a treat, thanks very much!

    #1173254
    Prasant Rai
    Moderator

    You are most welcome. 🙂

    #1173406
    zeusuk
    Participant

    There’s something else actually, can you tell me how to add a hover effect on my social icons in the topbar and the footer? Like the standard hover effect for the social share buttons, when i looked it up all i can see is people asking how to remove, not add.
    Thanks!

    #1173456
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-topbar .x-social-global a:hover {
        color: #ddd !important;
    }

    Thanks.

    #1173909
    zeusuk
    Participant

    Awesome, thanks!

    #1174134
    Jade
    Moderator

    You’re welcome.

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