moving the 3 bar hamburger menu

Website dev.gtllp.com

I am trying to move the top right 3 bars ("hamburger' menu ) to the far left. I will also need to add a second set of social icons somewhere up there at the top center, left or right. Can you help me

Comments

  • Hi,
    the social icons would be only possible when the action bar is enabled.
    Custom css for menu left:
    1. #Top_bar a.responsive-menu-toggle {
      right: unset !important;
      left:10px;
      }
      .header-simple #Top_bar #menu {
      right: unset !important;
      left:10px;
      }
    thanks
Sign In or Register to comment.