When screen is made smaller, past a certain point the hamburger menu superimposes over the logo. It makes it difficult to see and hard to hit as mouse clicks activate the logo's link and not the hamburgers
charlessteiner Hi Add below code in custom.css file
@media (max-width: 1399px){ .off-canvas-toggle { float: right!important; }}
It will move the icon on right side.
Regards
pankaj, thanks for the response but it didn't seem to work.
I copied and pasted your code and commented out other code I had in the custom.css to be sure. I cleared cache and refreshed, no joy.
charlessteiner
Hi. Can You please attache a screenshot of the mentioned problem. For me it works as offcanvas button is showing on very right edge while logo is on left. Is it happening on some pages only? If yes, than please provide an url as well.
charlessteiner Hi Sorry there is typo error in the code. Kindly use this code and it will work fine
Do not forget to remove browser cache if changes are not showing your side.
Ninja
That's the same code that was publish upthread, no??
charlessteiner That's the same code that was publish upthread, no??
Kindly recheck as the CSS !important directive is misspelt (missing "p") henceforth, specific Media query CSS as suggested isnt applying. Ref: Screenshot