Hello,
Could you please give me an update on the iPhone hamburger menu alignment and how to get it right?
I tried copying the following but it doesn’t work:
@media only all and (max-width: 1023px) {
body.safari #navigation-extras {
align-self: auto;
}
}Thanks! René
Juanfra Aldasoro September 12, 2017 at 5:30 pmHi René,
Thanks for writing, I hope you are doing well.
Actually that code you’ve shared should be fixing the issue, and we’ll be including it in the next release:
@media only all and (max-width: 1023px) { body.safari #navigation-extras { align-self: auto !important; } }
What version of smart are you currently using? Perhaps if you have a cached version of your site in your mobile browser you won’t see the changes.
Best,
JuanJuanfra Aldasoro September 12, 2017 at 9:45 pmHi René,
Thanks for the follow-up.
The current version is 1.0.2.2, would you please try updating the theme to its latest version first?
Best,
Juan.Juanfra Aldasoro September 13, 2017 at 12:40 pmHi Renè,
Thanks for the follow-up. I visited your site and checked the configuration.
Your problem is that you are putting the CSS code in the Custom JavaScript input.
Please put the CSS in the appropriate field (Custom CSS) and it’ll work.
Best,
Juan.Juanfra Aldasoro September 13, 2017 at 5:53 pmHi René,
Thanks for the follow-up.
No problem. We have tested it already and it is working.
Have a nice day,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.