badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

menu buggy on smartphones

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21740
    Kai
    Participant

    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?

    greetings
    Kai

    #21764

    Hi Kai,

    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;
    }

    Thank you!

    #21793
    Kai
    Participant

    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…

    Greetings
    Kai

    #21808

    Hi Kai,

    Its not about the width size, but the position: absolute; that you have used in #access ul li ul

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.