Search Results for 'mobile menu'

  • In reply to: responsive ( Tower)

    ankush shetty
    Participant

    Hi,

    It works partially, when viewed in smaller screen mobiles,  menu is overlappimg over the logo.

    Please help.

    Thanks

    JJesenovec
    Participant

    If I read the above posts correctly, you did the below to make the header and menu sticky on the mobile site?  I tried doing this but it’s still not sticky. What else can I do?
    <p style=”box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Raleway; font-size: 14px;”>9-I added this code into the <code style=”box-sizing: border-box; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; background: #f9f9f9; display: inline-block; padding: 0px 5px; line-height: 25px; border: 1px solid #dddddd; max-width: 95%; vertical-align: middle; margin-top: -3px;”>@media block:</p>

    <pre style=”box-sizing: border-box; overflow: auto; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; background: #f9f9f9; padding: 5px 10px; line-height: 18px; border: 1px solid #dddddd; max-width: 95%; vertical-align: middle; margin-top: 0px; margin-bottom: 24px; color: #4b4d4d;”><code style=”box-sizing: border-box; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; background: transparent; display: block; padding: 0px; line-height: 25px; border: none; max-width: 100%; vertical-align: middle; margin: 0px; overflow-wrap: normal; overflow: auto;”>.header_wrapper {
    position: fixed !important;
    margin-top: -2px;
    }
     

    Mirela
    Participant

    Hello,

    1-The menu is centered if you measure it with the header width, not the position of the logo above. However, you can always edit it’s position to your wish. Add this code itno your custom css box:

    .header_10 #navigation nav {
        left: 53% !important;
    }

    Result screenshot. Edit the value to your wish.

    2-This is the mobile header. It is set up to fit the width of a mobile screen so it is different from the desktop version. To make the background transparent please add this code into your custom css box:

    @media (max-width: 979px){
    .header_wrapper {
        background: rgba(255, 255, 255, 0) !important;
    }}

    3-Again, this is due to the default layout of mobile menu. To change the color of mobile menu item on hover, please add this code:

    .menu-small ul.menu > li > a:hover {
        color: #f5e841 !important;
    }

    Change the color to your wish.

    4-Add this code:

    @media (max-width: 979px){
    .header_10 #logo { left: 41% !important;}
    }

    Let us know.

    Best regards!

    poppyd
    Participant

    Hi

    When viewed on an ipad landscape (ie before mobile menu version starts) our main menu is getting pushed down and overlapping our image slider below.

    How can this be fixed please?

    Thanks

    Jo

    WernerEvers
    Participant

    I have a list of problems. It would be a great help if you can support me. There is a screenshot for each theme:

    Support 01
    The navigation menu is not centered correctly.

    Support 02
    In responsive mode, the header changes.
    The background is no longer transparent and a dark line emerges.

    Support 03
    In responsive mode there is no color change at hover.

    Support 04
    In mobile mode the logo is not centered.

    I look forward to your answer

    pixie5
    Participant

    Also what css code I can use to remove logo from mobile version on a particular page?

    the idea is to have revolution slider on home page without logos or menu and for them to be part of the slider itself.

    In reply to: menu problems

    sarahlouisewaterhouse
    Participant

    Thank you for explaining that to me, and fixing it

    The other problem I have with the mobile menu not showing the main navigation, only the dropdown menu. That problem still exists.

    Thanks

    sarahlouisewaterhouse
    Participant

    Hi,

    I’m having problems with the menu. On the mobile it loses the main navigation and only show the links that are in the dropdown menu.

    On the desktop, on one page it drops into the codeless slider area making it impossible to read. https://www.waterarthouse.co.uk/nikki_iles/pianist/

    On another it sits above the slider. https://www.waterarthouse.co.uk/nikki_iles/

    I would like it to sit above the slider on all pages.

    I was also losing the menu when I scrolled down the page. I read the support forum and changed the menu to dark in order to sort this, but it doesn’t look great when scrolling down the page as it’s very difficult to read.

    Please can you help.

    https://www.waterarthouse.co.uk/nikki_iles/wp-admin/

    user name:Nikki Iles

    <span style=”color: #363636; font-family: Arial; font-size: 11px;”>Password: szutddYq6BTPI50v&l   </span>
    <p style=”margin: 0px; font-size: 11px; line-height: normal; font-family: Arial; color: #363636; min-height: 12px;”>Thanks</p>
    <p style=”margin: 0px; font-size: 11px; line-height: normal; font-family: Arial; color: #363636;”></p>

    Mirela
    Participant

    Hello,

    The issue happens only when the child theme is activated. I switched to parent theme and the mobile menu has no issue.
    Please try removing functions.php file from your child theme and try again.
    let us know.

    Best regards!

    Mirela
    Participant

    Hello,

    I see you have a bilingual site. What translation plugin are you using? From what i see from inspect element, the mobile menu does not have any items in it. That’s why it does not open.
    You may need to translate the menu as well. Some translation plugins do not display a page/post/feature unless it has been translated first.
    Please check and let us know how it will go.

    Best regards!

    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

Viewing 15 results - 946 through 960 (of 1,327 total)