Hi,
i found out a serious bug in the menu on smartspones, eg. apple iphone 5s.
if you use the link feature in the menu options (eg. link #) the whole menu is scrumbled.
look at info.rethorn.de on a smartphone.
please fix this quickly.
is is possible to upload pictures in the support blog?
Sorry menu is working fine in smartphones. You can check our theme demo https://www.themehorse.com/preview/ultimate-pro in your same smartphone. We have found below css code which is overriding the main css file. Remove it and it will be fine.
#access ul li ul {
position: absolute;
background-color: rgba(58, 176, 219, 0.9);
top: 50px;
left: 0;
width: 250px;
}
Hi,
I just copied the code from styles.css to custom css and altered only the width value, because 190 px are are not wide enough.
But you are right, deleting the code solves the problem. But I don’t understand the strange behaviour of the css…