Search Results for 'mobile menu'

  • In reply to: Mobile menù

    Mirela
    Participant

    Hello,

    1-Yes, the css does just that. See screenshot: https://postimg.cc/image/jg75fqe7r/
    Please clear cache and refresh page. If the result is still not visible, then add !important to the code. Like this:

    @media (max-width: 979px){
    .snap-drawer-left {
        background-color: #9e8f6f !important;
    }}
    

    2-Add this css:

    .mobile_small_menu.close:before {
        color: #920909 !important;
    }

    Best regards!

    Mirela
    Participant

    Hello,

    Please use css to edit it. Add this code into your General options > Custom Css box:

    .mobile_small_menu {
        color: #222 !important;
    }

    Change the color to your wish.

    Best regards!

    bgryktyl
    Participant

    I didn’t find a way to change mobile menu color change. It looks white so I can’t see it on mobile. Is there any way to change it?

    In reply to: Mobile menù

    Mirela
    Participant

    Hello,

    To change the background color add this css:

    @media (max-width: 979px){
    .snap-drawer-left {
        background-color: #9e8f6f;
    }}

    Do you want to change the logo of mobile menu? You can only do that using custom css.
    To have a different logo for the mobile please refer to this related topic:
    https://support.codeless.co/?topic=mobile-logo-menu-color-change

    Best regards!

    In reply to: Mobile menù

    Mirela
    Participant

    Hello,

    To change the background color add this css:

    @media (max-width: 979px){
    .snap-drawer-left {
        background-color: #9e8f6f;
    }}

    Do you want to change the logo of mobile menu? You can only do that using custom css.
    To have a different logo for the mobile please refer to this related topic:

    Home

    Best regards!

    faganmehdi
    Participant

    Hello,

    I add this code. At mobile screen everything is good. But when change desktop browser size, menu section and text are moving.

    Also Header cover the home page content at mobile

    Please help me.

    Best Regards,

    • This reply was modified 7 years, 2 months ago by faganmehdi.
    Mirela
    Participant

    Hello,

    Well, the header will change when you change the screen width because theme is responsive and it will adapt to the new screen size. Try adding this code into your Custom Css menu in Customize > General > Custom Codes > Custom Css:

    @media (max-width: 991px){
    .header_container.cl-header-topnav-mobile .top_nav.header-row .header-col {
        width: auto !important;
        top: 68px;
    }
    }

    Result screenshot: https://postimg.cc/image/akm1tbxyv/
    Let us know.

    Best regards!

    wearewestcoast
    Participant

    I’m having some issues with how the mobile menu is responding, and was wondering whether there’s a quick fix. We’ve got “SHOP”, and two sub-pages for the shop. On mobile, clicking the tiny arrow next to shop makes the two sub-pages appear momentarily on the menu, and then the first of the two sub-pages loads up. In other words, there is no way to expand the menu properly on mobile.

    Is there a quick fix?

    moggioleonardo
    Participant

    Hi,

    where I can change the color background for the mobile menu?

    I’ve chose: Responsive menu style > Side menù;

    Isabelle_Mathy
    Participant

    Hi,

    I was wondering if there’s a way to have the menu appearance be the same on mobile as on laptop.

    What I mean :

    – on laptop, you see the items of the menu, and the sub-items drop down only on hover.
    – but on mobile, you see all the levels (items and sub-items) appear all at once, which is confusing.

    Is there a way to change the settings, or css code maybe ?

    Thanks a lot for your help

    Isabelle

    seoleads
    Participant
    This reply has been marked as private.
    helentren
    Participant

    I have several issues, which I can’t seem to find a direct answer for

    1) I have a strange sidebar appearing in the body content, in some browsers but not others, and also across mobile devices

    2) The Menu on mbl devices is not appearing correctly. On iPad the menu is forced down into the page heading.

    3) The menu on a phone when is appears as lines, is not actually visible when you click it

    4) MBL formatting on most pages is generally waaaaaaaaaaay out of whack (outside of page and overlapping with website background)

    5) On a portfolio item, how do I REMOVE the “product description” and “details” heading and the space where the details would go if I had the text at he bottom of the image?

    6) On the Porfolio page, when you hover on the portfolio item, it shows the “slug” not the description… how can I change this?

    7) Again, on the portfolio page, when I hover, if the portfolio item name is long, the text goes over the hover box (doesn’t look neat), and also is not vertically centered. Is there a way to constrain the width to the same width as the hover box?

     

    4 images

    Portfolio page hover text

    • This topic was modified 7 years, 2 months ago by helentren.
    • This topic was modified 7 years, 2 months ago by helentren. Reason: more issues
    • This topic was modified 7 years, 2 months ago by Mirela.
    20eightDigital
    Participant

    I have just installed the full folie-Modern demo theme.

     

    when looking at it on my phone the mobile menu does not show up. the footer is also broken as well.

    https://am.20eight.ca/

    any solutions?

     

    Thanks

    In reply to: Responsive Menu

    Mirela
    Participant

    Hello,

    Technically there is no black menu bar.
    The black bar in header is due to the background color difference between the content and the first row background color. The first row background is gray and since it starts under menu bar, that’s why you see this black bar in the slides where there is only text.
    See screenshot: https://postimg.cc/image/nedj4pm6f/

    I you watch closely while scrolling thru the slides with images, this black row under menu is not present at all. See this other screenshot:
    https://postimg.cc/image/s1jl6hh93/ (attempted to catch while scrolling)

    -In the last reply i send you for point 1, some css that positions the text in mobile.
    This code:

    @media (max-width: 480px){
    	.cl_column > .cl_col_wrapper > .col-content {
        padding-top: 60%;
    }}

    I tested it in my device and the text looks quite centered. If you are not satisfied with this result, then just change the value of padding-top until you are satisfied with the result.

    Let us know.

    Best regards!

    In reply to: Mobile Grid No Caption

    Mirela
    Participant

    Hello,

    Sorry for the late reply.
    Please add this code into your Customize > General > Custom Codes > Custom Css menu:

    @media (max-width: 480px){
    .entry-link, .entry-lightbox {
        display: none;
    }}

    It will remove the link effect from the overlay of portfolio items in mobile. So that you can tap over an portfolio and then the overlay with title will show up. Then only if you tap again on the title, you will be send to the single portfolio page.

    Let us know if this works for you.

    Best regards!

Viewing 15 results - 691 through 705 (of 1,354 total)