Hi,
Please add this code inside Customize > Additional CSS:
@media screen and (max-width: 480px) {
.tg-mobile-navigation {
width: calc( 100% - 80px );
}
}
You can change the values 80px as you need. Let me know if this doesn’t work with detail explanation of the issue again.
Thanks.
Thread Starter
intun
(@intun)
Great, thank you works great, even though on mobile it looks different than when I look at the page, but never mind. I would also like to ask if the height of the menu could be adjusted and clipped in one place.
Thanks
edit: and even if you could put that menu in the frame it would be great
Thanks
-
This reply was modified 6 years, 9 months ago by
intun.
While checking your site it seems you’ve set 400px value which reduces the mobile menu to very small. So, you may want to reduce that value. Also, regarding the recent query, I didn’t quite get it. Can you please explain it clearly?