Search Results for 'mobile menu'

  • In reply to: Mobile menu

    Mirela
    Participant

    Hello,

    You can customize it using css. Add this code into your Custom Css box:

    @media (max-width: 991px){
    .cl-mobile-menu-button {
        width: 45px;
        margin-right: 70px;
    }}

    Change values to your wish.
    Best regards!

    Mirela
    Participant

    Hello,

    Then add margin-top to .mobile_small_menu. Change the value until you are satisfied with the result.
    Please keep in mind that personal customizations are not included in support.

    Best regards!

    In reply to: Mobile menu

    Mirela
    Participant

    Hello,

    I can’t access the admin panel, too many redirects. But try this up first: add a “Tools” element in the header (beside logo). Uncheck all tools elements if you do not want to show them.

    Let me know if you can see the mobile menu after this.
    Best regards!

    Mirela
    Participant

    Hello,

    This happened because of the big logo size. Add this code into your Custom Css box in General menu:

    @media (max-width: 480px){
    #logo {
        left: 62px !important;
    }
    .mobile_small_menu {
        margin-left: -52px !important;
    }}

    Result: https://ibb.co/jRXSb3T

    Best regards!

    adriancervera
    Participant

    Hi,

    Hamburguer menu does not appear in mobile size.

    What I have to do?

    Mirela
    Participant

    Hello,

    The three bars menu you have now at the far right side of menu is in fact an extra side-bar menu. You can add content to it as widgets, in Appearance > Widgets.
    To remove it, go to Specular > Layout > Extra Side Navigation, set it OFF.
    To add mobile navigation, go to Specular > Header Options > General > Show Responsive Menu Dropdown, set it ON.

    Best regards!

    Jess_Simplicity
    Participant

    Hey — I’m setting up a new site using the Specular theme and can’t seem to find where to add menu items or even edit the “hamburger” mobile settings on the far right of the nav? Can you help me?

    https://simplicity-organizers.com/newsite/

    In reply to: Navigation on Mobile

    Mirela
    Participant

    Hello,

    I tested the site in mobile Samsung S6 and in desktop browser mobile simulation and did not had the issue once! I navigated thru menu for 7 minutes strait.
    What mobile phone do you have? Where are you checking this?

    Let us know.
    Best regards!

    williamsummers
    Participant

    With our site, advisorloans.com, the top menu is not showing nor working on a mobile device like the iPhone.  Any thoughts and help is needed and appreciated.

    atechnextdoor
    Participant

    Hello,

    I have this issue on mobile only. When I use the main navigation menu, I will click on a link (i.e. About), it will take me to that #about section on the page. When I scroll back up to the top, I will try another link (i.e. Contact) and it will take me back to the #about section that I was at previously.

    It does this consistently on any mobile browser that I use. I’ve tested it with two separate phones and browsers. I’ve also cleared all caches on the site and the issue still persists.

    Website: https://atechnextdoor.com

    Please advise.

    Thank you!

    pawsfabrik
    Participant

    Hi again,

    I have some problems with the main navigation on mobile devices and tablets in portrait mode:

    1. I have chosen to use the overlay menu with a 20% width on desktop. But on mobile/tablet devices the menu does not appear at all when tapping the hamburger icon. I do not need to have a 20% width on mobile/tablet devices, I think a full overlay is better because of the narrow screen. Isn’t that possible?
    2. Is it possible to center the logo?
    3. Is it possible to make the navigation sticky just like it is on desktop?

    Thank you,
    Paw

     

    imme
    Participant

    Hi!

    My mobile menu is based on my main menu (desktop version) but i’d like to add another page only on my mobile menu. How do i do that?

     

    Best regards,

    Kim

    Ruco
    Keymaster

    Hello,

    You have to add this custom css:

    @media (min-width: 1199px){
    .header_container.cl-transparent {
        position: absolute;
    }
    
    }
    @media (max-width: 1199px){
    .cl-mobile-menu-button {
    display:inline-block !important;
    }
    .header_container .header-row #navigation {
        display: none;
    }
    }
    
    

    Let us know.

    Regards!

    In reply to: Embedded Spotify

    Van_i
    Participant

    Waiting for your reply about the possibility of using the child theme without troubles, i can already tell that:

    • the theme still not take care about the change of the string cl-icon-spotify
    • the parallax is still not showed on mobiles
    • still cannot customize the articles through the codeless builder
    • the animation top-bottom of the menu is still not showed the first time that i click on the hamburger icon

    But, good news, with the parent theme the lightbox works perfectly!

    Regards,

    Van

    • This reply was modified 5 years, 9 months ago by Van_i.
Viewing 15 results - 556 through 570 (of 1,327 total)