Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1293895
    Debbie L
    Participant

    Hi, I originally had a thread … #1290528 … asking the question about social media icons in the left side navbar.
    I was given the thread https://community.theme.co/forums/topic/social-media-icons-in-the-navbar/
    I followed this and added the code to the navbar_php file.

    However, I was diverted from this thread with a suggestion to add them as menu tabs, which I successfully achieved.(see image below)
    However … my client does not like this look as it goes down the page.
    Is there a way to have them go side by side ??
    I am using a stage website at the moment ….. http://www.corecider.com.au/stage

    Appreciate your assistance once again.

    #1293903
    Paul R
    Moderator

    Hi,

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

    
    .x-navbar .x-nav-wrap.desktop .menu-item-2721, 
    .x-navbar .x-nav-wrap.desktop .menu-item-2722,
    .x-navbar .x-nav-wrap.desktop .menu-item-2723 {
        float:left;
    }
    
    .x-navbar .x-nav-wrap.desktop .menu-item-2721 a, 
    .x-navbar .x-nav-wrap.desktop .menu-item-2722 a {
      padding-right:10px;
    }
    
    .x-navbar .x-nav-wrap.desktop  .x-menu-item-woocommerce {
        clear:both;
    }
    

    Hope that helps.

    #1293911
    Debbie L
    Participant

    Thanks Paul …… Worked a treat !
    Can we move it right to align with other tabs (see image attached)
    Really appreciate your help

    #1293917
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! To align the icons, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-navbar .x-nav-wrap.desktop .menu-item-2721 a {
        padding-left: 20px !important;
    }

    Hope this helps. Please let us know how it goes.

    #1293929
    Debbie L
    Participant

    Thanks !! It looks spot on !! Thanks heaps … you dazzle me with your brilliance … Cheers

    #1293933
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

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