Hi @richard_p,
Have you installed any plugins recently? If so try uninstalling the plugins and test if the issue still persists.
Thanks,
Ashesh
I only have the theme addons running and SiteOrigin Widgets Bundle. I have tried deactivating and the error still displays. I have inspected the code in chrome and if I remove the position: aboslute from the css it displays fully again, although the alignment of the menu icon then changes when menu is open. I cannot see any other css that affects the positioning, which is why I am asking.
Thanks
View post on imgur.com
This is what it displays like. If I set a fixed width rather than 100% then I can see the menu but it is off the side of the site. I cannot get it to align to the right?
-
This reply was modified 6 years ago by
richard_p.
-
This reply was modified 6 years ago by
richard_p.
If I remove the position:absolute css line on the live site, it displays for chrome browser in responsive but not for chrome iOS?
I am at a loss, and really need to find a solution as most of our site visitors a smartphone and the site is useless right now. Thanks
So I have found the issue. There was an extra line of code in the Additional CSS input which was causing me to chase my tail!! I hope this helps someone else at least who may be having the same issue.
#site-navigation {position: relative !important; z-index: 9999 !important;}`
I am glad that you resolved your issue. 🙂