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/