Hi, I managed to get this working by using the following code. This ticket can be closed.
Thanks
`@media only screen and (max-width: 1024px) {
.av-burger-menu-main { display: block!important; }
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none!important;
}}`
Hi, yes I did.
Hi, link added. I have removed the code temporarily as it meant I had no mobile menu at all. The issue is most noticeable on iPad mini.
Kind regards
Matt
Hi Rikard
It seems that this has now resolved as I get the latest version on all browsers and machines now. Guess it must have been cached as you say.
Thanks
Matt
I managed to sort this by adding this code `@media only screen and (max-width: 800px) {
.flex_column { width: 100% !important; margin-left: 0 !important; }}` However I found it only works when columns are set to individual height rather than equal height.
Any help is really appreciated. Still struggling with this.
Thanks