Search Results for 'mobile menu'

  • nooramanso
    Participant
    This reply has been marked as private.
    shaunwatl
    Participant

    Thanks! No problem. Site still have more work but should be live by the end of the week. I will send link to final site when it is live. There will be a member login area under the members section and there will be some additional forms.

    The adjustment you made to move the slider up on mobile only works in portrait display If you turn the phone to landscape the space between the nav bar and slider comes back. What else can we do?

    Couple of other questions –

    1) How can I change the color of the questions in the FAQs section? I want to make them #92B6BF.

    2) In the search bar that drops down from the top I need to make the font for “search” the same as the font used on the site.

    3) On the mobile site how can I move the logo to the left and have the menu button on the right?

    4) And this is my final question – How can I change the color of the fonts on the mobile drop down. Currently the white text on mobile drop down is too hard to read.

    Thanks again for all your help.

    Regards,

    Shaun

    In reply to: Menu problems

    Mirela
    Participant

    Hello,

    The menu is there, but you must check up the page’s General Settings > Page Options & Style > Header Color Style for Header 1, make sure to have selected the Dark version. Then go to the codeless slider you are using. Codeless Slide Options > Layout > Menu & Slider Navigation Color, it should be chosen the “Dark Logo,menu,slider..etc” for all slider slides.
    Heve you enabled the menu to display in mobile as well? Please check it at Header Options > Show Responsive Menu Dropdown, it should be ON.
    If the issue persists, send us your wp credentials in a private reply. So we can investigate this further.

    Best regards!

    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.
Viewing 15 results - 1,126 through 1,140 (of 1,327 total)