Adding Social Icons to right corner of menu bar

Support Forums for LiveMesh Themes & Plugins Forums FitPro Theme Support Adding Social Icons to right corner of menu bar

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14715
    UlrichDesign
    Member

    I have been trying to add social icons to the far right of the menu bar, after the cart icon. No widget seems to work for this.

    as well as attempting this I have been trying to figure out how to change the breakpoint to where the menu switches to mobile. I want it to change sooner then when it does, so that tablets will always use the mobile menu.

    #14731
    Veena
    Moderator

    Pls go to “widgets” and drag social networks widget to Header area and save it.

    Pls use the below custom CSS in themeoptions –

    @media only screen and (max-width: 1024px){
    #primary-menu {
      display: none !important;
    }}
    @media only screen and (max-width: 1024px){
    #mobile-menu, #mobile-menu-toggle {
      display: block;
    }}
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.