AapradhanJun 28, 2020
On mobile Hamburg menu. Can text “Menu” or hamburg icon with menu be display next to Hamburg menu. See image below or Lexus.com on mobile.
1 reply · opened Jun 28, 2020
On mobile Hamburg menu. Can text “Menu” or hamburg icon with menu be display next to Hamburg menu. See image below or Lexus.com on mobile.
Hello,
Simply use this CSS Codes:
#primary-menu-trigger {
position: relative;
}
#primary-menu-trigger::before {
content: 'Menu';
position: absolute;
left: auto;
right: 45px;
height: 100%;
line-height: 50px;
font-weight: bold;
}
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard