Search Results for 'mobile menu'

  • moleleigh
    Participant

    Hello,

     

    My main menu is fine on desktop, but all responsive menu on all mobiles missing the main menu links.  Only sub menu options showing.

     

    http://www.rhinecapital.com

    Thanks in advance for your help.

     

    Mirela
    Participant

    Hello,

    Sorry for the late reply. I added this code into your custom css box:

    @media (max-width: 480px){
    .slider#slider-fullwidth { min-height: 150px !important;}
    .footer_wrapper footer#footer .inner .row-fluid .span4 { width: 100% !important;}
    .mobile_small_menu { display: block !important;}
    #logo img.dark {padding-left: 100px;}
    }
    @media (max-width: 767px){
    .vc_col-sm-12.wpb_column.column_container.with_padding {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }}

    The menu, slider and footer in mobile are displaying correctly now.
    Let us know if you need any further assistance.

    Best regards!

    oljemark-jenna
    Participant
    This reply has been marked as private.
    Mirela
    Participant

    Hello,

    I moved this line: .menu-small ul.menu > li > a {color: #231F1F !important;} (in your custom css box)from inside the code for mobile, now it will affect all screen sizes (except desktop). Not only the mobile size.
    Please check your site and let us know for anything.

    Best regards!

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

Viewing 15 results - 1,156 through 1,170 (of 1,351 total)