Search Results for 'mobile menu'

  • 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 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 ago by helentren.
    • This topic was modified 7 years ago by helentren. Reason: more issues
    • This topic was modified 7 years 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!

    In reply to: Responsive Menu

    Mirela
    Participant

    Hello,

    1-I added this css into Customize > General > Custom Codes > Custom Css:

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

    It re-positions the text in mobile. Change the value to your wish.
    -This is not a bug. It’s theme style.

    2-I increased the header height in General > Header
    Main Header Row
    to 190px and then added this css:

    .cl-fullscreen-overlay-menu {
    	left: 26px !important;
    }
    .cl-hamburger-menu.open {
        top: 15px !important;
    }

    To further customize it’s position.

    3-The code needed just an !important to it. Already added. Please clear cache and refresh pages to see the changes.

    4-I added this css:

    .container-content {
        margin-top: 110px;
    }

    Result screenshot: https://postimg.cc/image/71vmggyw7/

    Please check your site and let me know.

    Best regards!

    In reply to: Home Page Image

    Mirela
    Participant

    Hello,

    We are sorry for this.
    I checked the older tickets, you do not have any post older than 2 months. The images in header can be fixed with custom css. We have already provided support on this. However, i checked again and edited a value in the custom css in Appearances > Customize > Additional CSS menu. I edited the value in this block:

    /*slider in mobile*/
    .codeless_slider .swiper-slide {
        margin-top: -28% !important;
    }

    From -60px that it was previously to the current -28px. This is the result as taken from an actual mobile device: https://postimg.cc/image/azvo8xjct/

    Let us know.

    Best regards!

    In reply to: Responsive Menu

    Mirela
    Participant

    Hello,

    1-The Scroll Story demo does not have a menu by default. To add one, just go to Appearances > Menus and assign one of the available menus as your main menu.

    2-Please go to file includes/codeless_builder/shortcodes/cl_button.php and find this line:

    <a href="<?php echo esc_url( $link ) ?>" class="<?php echo esc_attr( $this->generateClasses('.cl-btn') ); ?> 
    	<?php echo esc_attr( $extra_classes ); ?>" <?php $this->generateStyle('.cl-btn', '', true) ?> target="<?php echo $target ?>" > <span><?php echo cl_remove_empty_p( cl_remove_wpautop($btn_title, true) ) ?></span></a>

    Edit ot this:

    <a href="<?php echo esc_url( $link ) ?>" target="_blank" class="<?php echo esc_attr( $this->generateClasses('.cl-btn') ); ?> 
    	<?php echo esc_attr( $extra_classes ); ?>" <?php $this->generateStyle('.cl-btn', '', true) ?> target="<?php echo $target ?>" > <span><?php echo cl_remove_empty_p( cl_remove_wpautop($btn_title, true) ) ?></span></a>

    Save changes and refresh page.

    3-Please add this code into your Customize > General > Custom Codes > Custom Css:

    .cl-mobile-menu-button span, .cl-hamburger-menu span {
        background-color: white;
    }

    Let us know.

    Best regards!

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