Hey there,
Please post a link to your site. Thanks!
Or move the title to right next to the accordian…right now they are at opposites of the screen.
Hey there,
You can hide the “menu” text by adding following Custom CSS to your theme using Advanced CSS Editor:
.nav-trigger-case .kad-menu-name{
display: none;
}
Hope it helps.
Hi ok now i know why that text Menu is on the right side, its because all the menu(dropdown) items are also there.
Can you tell me how to move the accordian icon to the right instead?
Thanks
Hey thatfray,
I’m seeing the icon on the right? Can you explain more what you mean?
Kadence Themes
Usually for most sites that i’ve seen on mobile, the accordian is on the left of the words Menu. I’d like them to not be separated. Ideally:
[=]Menu
….
….
….
instead of:
Menu <full length blank space> [=]
….
….
….
i see that i made a mistake with my post before yours, i meant left, not right
🙁
ok, just add this css:
.nav-trigger-case .kad-navbtn {
float: left;
}
Kadence Themes