Shape 5

Joomla Templates => BlogBox - Club => : TheAgency March 17, 2017, 06:58:40 AM



: Responsive menu issue
: TheAgency March 17, 2017, 06:58:40 AM
The menu at my website http://www.hypnose-zehlendorf.de/ (http://www.hypnose-zehlendorf.de/) is working well at my desktop computer and my laptop, but for any reason it does not gets loaded at my iPad sometimes. If I reload the website it appears mostly but also not on every subpage.

I tried to shorten the menulinks without success... Please help!


: Re: Responsive menu issue
: mikek March 17, 2017, 01:47:13 PM
Hello,

Your main is too long so on a more narrow screen it runs out of space and moves to another line which is out view. You can try adding the following to the bottom of custom.css, but you have some kind of cache plugin enabled so that will need to be disabled.

#s5_nav li {
padding-left:11px;
padding-right:11px;
}