Search Results for 'mobile menu'

  • Kruasn
    Participant

    Good morning,

    I have a problem with mobile menu, when I clic in the menu icon the menu dosen´t wok, please, could you check this url?

    https://websquare.es/ilpglobal/

    I´m working with the child theme.

    I already check general settings — > Header  options — > and I check the option “<span style=”background-color: #fcfcfc; font-family: ‘Open Sans’, sans-serif; font-size: 14px; font-weight: 600;”>Show Responsive Menu Dropdown”</span>

    Thanks a lot and best regards!

    Kris
    Participant

    Hello,

    To adjust the logo and small mobile menu, add this code to your custom CSS box:

    @media (max-width: 480px) {
    #logo img {
        height: 46px;
        left: 39px;
    }
    a.mobile_small_menu.open {
        margin-left: -4px;
    }
    }

    Let us know.

    Best regards!

    michaelprocessworx
    Participant

    When in mobile mode, the menu icon (hamburger) is sitting on top of (in front of) my header logo image, as shown in image below:

    Is there some way I can set my header logo to resize so this does not happen?

    Thanks and regards,

    Michael

     

    In reply to: part of submenu shows

    Kris
    Participant

    Hello,

    I see that the Contact menu item doesn’t have a submenu and it doesn’t show like it has, even in mobile version. Sorry, but i don’t understand what is the problem with the green line when you hover the menu item, even “contact” item. Please see these screeshots menu on mobile view and contact item menu .
    Did you already remove the submenu? Also, i don’t see this code

    @media only screen and (min-width: 990px) {
    .only-mo { display: none !important; }}

    on your CSS box.
    Have you manage to fix it by removing this code?
    Can you send us a screenshot of the way you want the menu to be shown?
    Let us know.

    Best regards!

    gianlucasignaroldi
    Participant

    Kind support

    There is a problem in navigation in responsive mode only in home page (probabily caused by the slider)

    If you are moving to the right with your finger appears a white space and the contents are no longer centered

    in the left side appears responsive menu at the same time of the contents, causing issue at the display ad readibility

    can you help us to fix the issue

    thank’s a lot

     

    ps if you need image a can send you

    but if you go to

    https://new.filtrotecnica.com

    navigate with a mobile phone you can see esasily the issue

    In reply to: part of submenu shows

    Boekenbalie
    Participant

    Thanks Kris, but that’s not the problem.

    When I hover the menu “contact” you can see that it somehow wants to show a submenu. It appears a little under the header menu and only appears when I hover the word contact. There ís a submenu here, but this is only visible on Mobile screens.

    It appeared when I added this custom CSS:

    @media only screen and (min-width: 990px) {
    .only-mo { display: none !important; }}

    Thanks,

    Linsey

    Kris
    Participant

    Hello,

    Did you manage to fix the issue?
    The mobile menu is displayed correctly see this screenshot.
    Let us know.

    Best regards!

    jackbowers01
    Participant

    Hello,

    Please go to jamesmaas.com and you can see that the menu does not appear. It used to show up as 3 lines, but now is not there. I need this fixed ASAP!

    Kris
    Participant

    Hello,

    The menu items have not disappeared, they are there. But they are not visible because their text color and the megamenu background color are the same. Please see this screenshot where i’ve changed the background color and they appear correctly. If you want to change the background color of megamenu on mobile, you can add this code to your custom CSS box:

    .menu-small ul#mobile-menu {
        background-color: #5f5f5f;
    }

    and change the color to your wish.
    To change the extra navigation background color, add this code to the custom CSS box:

    .open_extra_nav .extra_navigation {
        background-color: #efefef;
    }

    and change the color as you wish.
    Let us know.

    Best regards!

    Rei_H
    Participant

    Hello,

    I am currently building this website, and I haven’t activated the license yet solely because I don’t know what will happen once I transfer the site to its domain (I’d rather not risk it). The issue I am having and don’t know how to fix is that when I look at the website on mobile, the menu has categories that completely disappear. How do I fix this?

    I’ve tried shuffling through the settings but I can’t find something for the mobile menu. Also the three bars on the right, (extra navigation menu) how can I change that menu’s color so that I can see the “submit” button at the end of the form?

    In reply to: part of submenu shows

    Mirela
    Participant

    Hello,

    Sorry can you please explain better? I don’t understand what do you want to do. I don’t see any sub-menu in “Contact” in neither mobile or desktop.
    Did you add the custom css class? Where did you add it? What is not functioning?

    Best regards!

    Boekenbalie
    Participant

    Hi,

    When I hover “contact” in the menu a part of the green submenu shows.. There is a submenu but this only shows in mobile menu (CSS only-mo)

    I add the following custom CSS in the editor in the Specular Child theme. (

    @media only screen and (min-width: 990px) {

    .only-mo { display: none !important; }}

    What is the problem?

    Thanks!

    Mirela
    Participant

    Hello,

    This is not really an issue. This is how the mobile menu is designed. The sub-menus are set to show up all the time but the hierarchy is displayed by setting them under the parent item, with some padding. If you want to increase the padding in order to make the hierarchy more visible, i suggest you add this code into your custom css box:

    .menu-small ul.menu > li > ul > li > a {
        padding-left: 20% !important;
    }

    To change the font size and color, please add this code:

    .menu-small ul li a {
        color: rgba(0, 0, 0, 0.58) !important;
        font-size: 13px !important;
    }

    Result screenshot. Edit values to your wish.

    Best regards!

    Boekenbalie
    Participant

    Hi,

     

    I would like to show a mobile device menu with all menu items (all pages, as it is right now) and for the desktop I would like a menu showing  only 4 items (home, download, contact and online boekwinkel).

     

    The idea is to make CSS that excludes the menu items that we would NOT like to show on a desktop PC (for example; for screens larger than 1024px do not show  “TWEEDEHANDS BOEKEN VERKOPEN” (incl 2 submenus),  “ZAKELIJK VERKOPEN & CONSIGNATIE” and OVER ONS (incl submenu).

     

    What CSS should I use or is there another solution? Maybe I can select a specific manu for mobile?

     

    Thanks, Linsey

     

     

    • This topic was modified 9 years, 3 months ago by Boekenbalie.
    Bluebox
    Participant

    Hi there!

    It’s about this website: LINK

    If you resize the browser window the menu layout will break too early. Exactly at a width of 1176 px the menu items will fall down in front of the slider.

    The switch to the mobile menu is at 979 px. Between 1176 px and 979 px the menu layout is broken.

    So my goal is, that the mobile menu layout starts at width of 1176px.

    I tried to make some changes in the bootstrap-responsive.css (changing the max-with: 980 px to 1176 px but it’s not that easy. There are too many similar code lines with this width to know which I have to change or not.

    I hope someone out there can help me with this issue!

    Thanks & Cheers

    Gabriel

Viewing 15 results - 991 through 1,005 (of 1,362 total)