Search Results for 'mobile menu'

  • In reply to: Mobile Menu

    Mirela
    Participant

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 979px){
    .header_5 .mobile_small_menu { display: block;}
    }

    One of you other plugins or some script/css you may have added, has disabled the default display of small menu. By adding the code above it will display ok again.

    Best regards!

    jennyslack123
    Participant

    Hello,

    I’ve been struggling to get my one page menu to work correctly. I’ve had help off you previously so my sections links work correctly however it seems when you scroll down the page the ‘About’ button in the menu always appears to be selected.

    And when they menu is in mobile view none of the section links work either. Any help you can give me would be much appreciated!

    Thanks

    Jenny

    cosimobalestri
    Participant

    Hi. I’m almost done with the website I’m creating using Specular theme, which works very well.

    I just have one problem in mobile version.

    The menu icon isn’ visible in any mobile device I could test with Chrome developer tool.It ain’t working on my Iphone 5, too. I think the menu icon is too far on the right.

    http://www.martecomunicazione.com/ns

    Any suggestion?

    Thanks.

    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, 7 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!

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