Search Results for 'mobile menu'

  • javalquimia
    Participant

    What !!!  I can´t believe it ! for mobile, what´s the solution to going up for long webpages without sticky nav menu?

    Mirela
    Participant

    Hello,

    Sorry for the late reply.
    I edited the existing code for the mobile menu to this:

    @media (max-width: 979px){
    .mobile_small_menu { margin-left: -47px !important;}
    }

    It’s ok now, screenshots (1)(2). Please check your site.

    Best regards!

    In reply to: mobile menu

    Mirela
    Participant

    Hello,

    In your style.css (child theme) file i commented out the line with the attribute ‘left’. See the result code:

     .mobile_small_menu {
        top: 50% !important;
        /*left: 10% !important;*/
    }

    Please check your site.

    Best regards!

    bedfordevan
    Participant

    The mobile menu moves over the logo after opened for the first time. Even after closing the menu again, it stays over the logo.

    How do I adjust it’s position?

    View this link on your mobile device to see what I mean.

    Mingsel
    Participant
    This reply has been marked as private.
    Mingsel
    Participant

    Hello,

    Unfortunately I’m experiencing some problems with my mobile website:
    – The logo is not centered
    – The gallery carousel slider from the homepage crashes and starts again from the beginning if you want to fast forward.
    – If you go from here to the menu, the website crashes (only seems to happen on apple, not on android).
    – The images of media grid are not loading on the mobile website (no problems on the PC)
    – I would like to open social media in a new tab, but I don’t know how.
    Hope you can help me out.
    Kind regards,
    Marijke
    • This topic was modified 9 years, 10 months ago by Mirela. Reason: removing html tags
    Mirela
    Participant

    Hello,

    I added this code into your custom css box:

    @media (max-width: 480px){
        #logo img {
        height: 59px !important;
        left: -38px !important;
    }
    .menu-small ul.menu > li > a {color: #231F1F !important;}
    .close{  left: -53px !important;}
    }
    @media (max-width: 979px){
    .mobile_small_menu {left: 16px !important;}
    }

    For the font color in mobile and the position of small menu icon.
    We are happy to assist you for every inconvenience you are experiencing with Tower. Also we are consistently improving it’s features with frequent updates.
    Let us know for anything.

    Best regards!

    Levi613
    Participant

    Thank you.
    Happy to pay for more licences but i am finding there are so many bugs that it is in a way more hassle than its worth…

    lastly, on mobile, the menu text is white and doesnt show at all. how do i change the text colour so that this shows up?

    thanks!

    javalquimia
    Participant

    Hi, I have sticky nav activated but on mobile devices (tablets, iPhone,…) doesn´t work.  I have  Simple menu and one page.

    Regards,

    chgc
    Participant

    On mobile menu, the main menu items are not visible. The sub menu items are visible. Here is a screen shot.

    elevatemmaacademy.com

    Please let me know how to fix this.

    Thanks

    bedfordevan
    Participant

    (Tried to copy and paste the code you mentioned in my explanation above and its wrong.)

    The code we changed to adjust the position of the menu as mentioned above was the following:
    .mobile_small_menu { left: 20px !important;}

    bedfordevan
    Participant

    This did fix the logo in mobile view. But now the menu icon isn’t displayed correctly. And the logo in the slide out menu is cut off the screen too. We tried to adjust the position of the menu by changing the following
    <span style=”color: #444444; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; line-height: 24px; white-space: pre; background-color: #f9f9f9;”>.mobile_small_menu { left: 20px !important;}.

    </span>When we did that, the menu would be in the correct placement initially, but after touching it to pull out the side menu, it would jump to a new position on top of the logo.

    The code for the scrolling horizontal issue didn’t work.

    In reply to: Responsive Menu Issues

    Mirela
    Participant

    Hello,


    @professionalmojo
    ,
    Did you enable menu dropdown for mobile in Header Options > Show Responsive Menu Dropdown? Send us your wp credentials in a private reply. We can fix this for you.


    @lucaleandro
    ,
    Please keep up with your own topics. Do not spam other tickets as it makes it difficult for us, yourself and other forum members, to understand the issue and it’s solution.

    Best regards!

    Mirela
    Participant

    Hello,

    Please add this code into your custom css box, for the logo in mobile:

    @media (max-width: 979px){
    .mobile_small_menu { left: -47px !important;}
    #logo img.dark { left: -84px;}
    }

    Add this code for the scrolling horizontally:

    @media (max-width: 979px){
    .tp-caption { font-size: 30px !important;}
    }

    Let us know.

    Best regards!

    Mirela
    Participant

    Hello,


    @lucaleandro
    ,
    The suggested above, is the another site. Your site has different logo, with different dimensions. I believe i have already responded you regarding the logo in responsive.. Please open your own ticket, so we can keep up with the code and the changes needed to be made after it.
    However, this code should fix your issue. Add it into your custom css box:

    @media (max-width: 480px){
    .mobile_small_menu { left: -50px;}
    #logo img {
        height: 70px;
        top: 65px;
        left: -206px;
    }}

    Result.

    Best regards!

Viewing 15 results - 1,171 through 1,185 (of 1,362 total)