Search Results for 'mobile menu'

  • Mirela
    Participant

    Hello,

    The screenshots are still not visible. Please use one of these online image sharing site’s:
    https://share.pho.to/
    https://postimage.io/
    to upload images and share the link with us.

    -Menu below logo, is on of the theme styles. To change the header style you have to go to General Options > Header Options (screenshot: https://pho.to/AgAfV) Select one of the available headers in the drop-down list. In this case the “Below the logo navigation with background” style would do the job.

    -If you want to keep the simple style and re-position the menu bar, then add this code into your custom css box:

    header#header #navigation {
        float: left !important;
        margin-left: 32% !important;
        margin-top: 3% !important;
    }

    This will be the result: https://www.clipular.com/c/6267092648329216.png?k=PZjhMj8IjYaDenNVm_3OoA9yVPc

    -For the mobile layout, i added this code into your csutom css box:

    @media (max-width: 480px){
    #logo img {
        margin-right: -60px !important;
        width: 366px !important;
    }}

    This will fix the logo position (screenshot). I also set to 100% the width of the boxed layout in General Options > Layout. This was causing the misalignment of the mobile layout.

    – We strongly suggest to assign the home page and blog page in General Options > Select Special Pages > Select Frontpage/Select Blog page. Some important styling are related to this.
    Let us know if you have further questions.

    Best regards!

    Sue
    Participant
    This reply has been marked as private.
    Mirela
    Participant

    Hello,

    1-The screenshot you send is not available.
    Please watch carefully the video tutorial on how to add/remove menu items from a menu. Can you send another valid screenshot? I don’t understand what you want to achieve.
    2-I see the menu items are still inside the page header bar. Do you want to keep them there?
    To remove the “Home/” too (that’s the breadcrumbs line) add this css code:

    .breadcrumbss {
        display: none;
    }

    3-This is not the form of theme in mobile. Please send us some valid wp credentials in a private reply. So we can check your configurations and see what has is causing this.

    Best regards!

    Sue
    Participant
    This reply has been marked as private.
    Mirela
    Participant

    Hello,

    The after navigation menu button does not display in mobile by default. To make it show up you have to use custom css. Add the code into your custom css box located in General Options.
    If you need help with it, send us your site’s url. So we can give you the exact code to add.

    Best regards!

    Ibmex
    Participant

    Hi, I was updating my site and I can not put the button, which already exists in the desktop version menu, in the mobile version menu, how can i put it ??

    Mirela
    Participant

    Hello,

    Please edit the last code to this:

    @media (max-width: 480px){
    #logo img.dark { 
     width: 100%;
     padding-left: 30px !important; 
    }
    .mobile_small_menu {
        margin-left: -18px !important;
    }
    }

    We added this code: .mobile_small_menu { margin-left: -18px !important;} inside the mobile block (@media 480px). Edit the value to your wish.

    Best regards!

    Mirela
    Participant

    Hello,

    Yes, you can remove the display of some pages by using custom css. You just have to find the responsible id of each of them. Make the removal code target only the menu items you do not wish to have.
    Can i see a link of the site? Let me know one of the menu items you want not to show in mobile and i will send you the right code.

    Best regards!

    HDGadmin
    Participant

    Is there a way to select which pages show up in my mobile menu? Right now every page I have is showing in my mobile menu making it hard to navigate.

    In reply to: Mobile Not Working

    Mirela
    Participant

    Hello,

    I added this code into your custom css box:

    .menu-small ul.menu > li > a { color: #444 !important;}
    @media (max-width: 480px){
        #content {
        background-color: rgb(253, 250, 250) !important;
    }}

    I checked the site (all pages) over and over again. I cleaned cache and refreshed pages and no issue is present anymore. The mobile menu is opening and closing as it should. The menu items direct to the right page and the page preview is correct.
    Please clear cache and refresh page. Let us know if you need further help.

    Best regards!

    In reply to: Mobile menu setting

    karena
    Participant

    Hello Mihaila,

    That did work to stop the overlapping of the hamburger menu on top of the logo. Thank you for that!

    However, it has now compressed the logo width, which is distorted when the browser goes past the ipad view and into the vertical mobile view.

    Is there a specific size that is best for the logo – height and width and pixels?

    Also, can you tell me what it ‘Light Version’? I see there is a logo option for Light Version.

     

    In reply to: Mobile menu setting

    karena
    Participant

    Hello, the hamburger menu is floating over the header logo at the left, and you can’t really see the menu. Is there a way for me to set that logo to be reduced in the mobile setting?

    http://www.aligned-vision.com

     

     

    In reply to: Mobile menu setting

    Mirela
    Participant

    Hello,

    Can i please see a link where are you having this? The hamburger menu shows up when the mobile screen size is reached. It does not have such isues.

    Best regards!

    centralstates
    Participant

    how do I add a search icon to the mobile menu at 480px break for iphone portrait mode?

    I have show search in header turned on.

    The search icon and regular hamburger menu show correctly in landscape, but when the phone goes to portrait mode only the hamburger menu shows.

    I tried experimenting with the “extra nav” settings but that did not work.

     

     

Viewing 15 results - 886 through 900 (of 1,351 total)