Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1221244
    Satchel L
    Participant

    I am switching from an older menu plugin to superfly

    I want the menu text to be to the left of my hamburger menu instead of under.Like you see on this page: justbreathecf.org

    I tried the following code and it’s not working

    .sfm-navicon-button:before {
      content: "MENU";
      position: absolute;
      top: 0;
      bottom: 0;
      color: #fff;
      font-weight: 600;
     font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Lato";
    }
    
    .x-nav__desktop .superside__toggler:before {
      left: -200%;
      font-size: 28px;
      line-height: 35px;
      letter-spacing:1px;
    }
    .x-nav__mobile  .superside__toggler:before {
      left: -1px;
      font-size: 12px;
      line-height: 132px;
    }
    

    It’s rendering the MENU text just the wrong placement.

    See below

    http://justbreathe.staging.wpengine.com/

    #1221260
    Satchel L
    Participant

    All set here just added some extra lines to the sfm-navicon-button:before section

    #1221443
    Jade
    Moderator

    Glad to hear it’s sorted, Satchel.

    Cheers!

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