I used the Sophia template. With an iPad, the menu does not switch to the "Mobile Menu" view. It doesn't matter whether the website is displayed in landscape or portrait format.
Can you help me here?
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
after I changed and saved the "Mobile Menu Breakpoint" a few times, the page on the iPad was displayed correctly. Now I have the problem that the menu bar is not displayed correctly. The icons are shown too far to the right. The attempt to change it via the CSS has unfortunately not yet worked. Can you help me with that?
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.hornav .item-149 > ul {
left: auto;
right: 0;
}
Simply put, the 'Service' dropdown is pushing the wrapper outside of the viewport.
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »