Hi together,
at our website www.pianofly.at the menu in table view does not show.
Could you please check how we can make this work?
Thanks a lot! Cheers
Hi together,
at our website www.pianofly.at the menu in table view does not show.
Could you please check how we can make this work?
Thanks a lot! Cheers
Hi! I think you are referring to the mobile menu when it is expanded (opened).
This issue is happening only on Safari (implicitly on all iOS devices) and it’s similar to this issue.
In your case, try to add this CSS to your Asset Manager → (S)CSS panel and see if it works
.outer-wrapper .present-menu-nova {
overflow: visible;
}
hi! Thank you very much for helping us! Would it be possible that you make a screenshot of how this “in your case, try to add this CSS to your Asset Manager → (S)CSS panel and see if it works” should be done? because we are completely new here and also have no real idea of CSS.
So that would be great!
Thank you very much in advance!!
Hi! I see …
Ok… can you also add the following CSS … and see if it works …
//this is your header/sidebar id
#ed-60602985 {
overflow: visible;
}
HI, ok, thank you
where should I add or place it?
ooh yes
now it works!! That’ so great!!
you are great!
Thank you sooo much!!
Did you see my new topic I added yesterday: where I asked how I should shrink the footer on scroll? I would need help there as well. www.pianofly.at/testen - I already have the footer on scroll but I would like to shrink the footer while scrolling… you know what I mean? What should I do?
Hi!.. Sorry for my late reply… I see you’ve solved the problem with the footer … with custom code (js+css) …