Search Results for 'mobile menu'

  • poom
    Participant

    i fixed it with the following code:

    [code]
    @media (max-width: 1100px){
    header#header #navigation { display: none;}
    .mobile_small_menu { display: block;}
    #logo { left: 40%;
    position: relative;
    float: left;
    height: 100%;
    }
    }

    [/code]

    In reply to: Mobile menu

    Mirela
    Participant

    Hello,

    Please make sure you have enabled the mobile menu for display. Go to General Options > Header Options > Show Responsive Menu Dropdown, set it ON.
    let us know if the issue persists.

    Best regards!

    wulfer
    Participant

    https://www.kantoordewulf.be

    1. header menu is not showing on mobile browsers
    2. maybe as alternative, i could use a dropdown menu

    Thanks in advance

     

     

     

     

    Vaitrucci
    Participant

    Hi — the theme is great and we’ve pretty much got everything in order the way we want. The one quirk for us is on mobile. We have a white logo, so it’s not really displaying well on mobile because the menu background is also white.

    Is there something we can put in our custom CSS box to add a simple background on the menu, so our menu would look similar to what’s on the desktop version? It doesn’t even need a gradient; a solid color would be fine.

    Our site is http://www.sowhatkc.com, if it would help you to check it out.

    Thanks so much!

    In reply to: Centered header style

    Mirela
    Participant

    Hello,

    Theme is perfectly responsive so it has a mobile menu available. What issue did you experience with it? Let us know so we can help you.

    Best regards!

    Mirela
    Participant

    Hello,

    Sorry for the late reply.
    Nice to see you found a solution, but you need to know that this code targets one specific menu item. If you happen to add more parent items, it will not work on them.
    Try this code instead:

    .menu-small ul.menu .menu-item-has-children {
        pointer-events: none;
    }

    for the mobile menu. This targets all items that have sub-menus.
    And this:
    .menu-item-has-children {pointer-events: none;} for the normal desktop menu.

    Best regards!

    wpnoob
    Participant

    Actually I got this after all, I just added these to my css box (first is for desktop and second one is for mobile):

    #menu-item-3410 > a {
    pointer-events: none;
    }

    #responsive-responsive-menu-item-3410 > a {
    pointer-events: none;
    }

    In reply to: Centered header style

    mydesigns4u
    Participant

    Thanks. For the mobile menu I had to install a mobile menu plugin

    In reply to: Centered header style

    Mirela
    Participant

    Hello,

    Please add this code into your custom css box:

    .header_10 .full_nav_menu .container {
        border-top: none;
        border-bottom: none;
    }

    for the navigation borders.
    I see you have edited the mobile menu icon color. Let us know if you still need help on that.

    Best regards!

    In reply to: Centered header style

    mydesigns4u
    Participant

    Hello,

     

    I have but it still shows, also please how can I change the colour on the responsive menu icon (on mobile)  it currently shows as the same header colour until it’s tapped – http://www.dotunmakun.com

     

    Thank you

    Mirela
    Participant

    Hello,

    For the menu dropping down when header gets smaller, you can fix it by making smaller padding between menu items. Please go to General Options >Header Options > Menu Options > Menu Items padding.
    I already gave you a code for the logo in mobile(in your other topic). It should fix the horizontal scrolling as well. Please try it up and let us know.

    Best regards!

    Mirela
    Participant

    Hello,

    Sorry for the late reply.
    This happens because the width of menu bar exceeds the width of header bar, when you resize the screen too much. If you keep making it smaller, until you reach one of the predefined responsive screen sizes, then the site goes into responsive mode and it’s css classes take over. Meaning the mobile menu shows up.
    To avoid the first situation, please try settings smaller paddings between menu items. For this, go to General Options > Header Options > Menu Options > Menu Items paddings/Margins.
    For the second situation, you can change the point break (point where normal menu gets replaced by mobile menu) with some custom css code.
    Let us know if you need further help.

    Best regards!

    Mirela
    Participant

    Hello,

    The menu in responsive does not have any issue on our side. Can you please post screenshots of your theme options > header options? Also a screenshot of the header in mobile, so we can get a view of what is happening. The logo can be set up with some css. Add the right code into your custom css box.
    Let us know.
    PS: Please note that we respond to topics according to their arrival time. The oldest first. PLease be patient as we are trying our best to reply to all of our customers asap. Our working hours are from Monday to Friday, 9AM to 5PM (UTC +1:00). Please consider time zone differences.
    Thank you for understanding and cooperating.

    Best regards!

    cyndi
    Participant

    I purchased the Tower theme and I have questions that I have published, however I never get a reply. I’ll ask again before I ask for my money back.

    I am working on my site offline (on my localhost) so you cannot see what I am doing.

    The standard mobile menu does not work on mobile views, in header options I have “show responsive header dropdown” activated ON. I tried using the “side menu” option and although it does work to show the menu when clicked on they do not work. Also on mobile view my logo does not responsively size. It looks great on a laptop but when I view in mobile devices the logo is huge.

    How do I remove the footer widget area from the homepage only?

     

    JoanaSanzSol
    Participant

    Hi guys I am experiencing some problems regarding the responsiveness of the main navigation Menu. When I downsize a screen window, the navigation menu splits into 2 different rows. That also happens in PC screens that are not very big.

    Only when you downsize the screen a lot more the menu changes to mobile version.

    ¿How can I fix this?

    Site is http://www.joanasanz.es

Viewing 15 results - 1,111 through 1,125 (of 1,354 total)