Site logo

[Support request] Mobile menu

Home Forums Support [Support request] Mobile menu

Home Forums Support Mobile menu

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #2394964
    matko-petrovicgmail-com

    Hi,
    I,m trying to recreate this header made with elementor. Got pretty close on desktop, but can’t make it work on mobile. Could you please point me in the right direction.

    null
    mobile

    Thank you in advance.
    Best regards,
    Matko Petrović

    #2395122
    David
    Staff
    Customer Support

    Hi there,

    if you created it with Elementor – then you will need to ask Elementor support for assistance as the Theme has no control over there code.

    #2395138
    matko-petrovicgmail-com

    It was created with elementor,but now I’m trying to recreate it without elementor, using GP Elements and GB.

    #2395161
    David
    Staff
    Customer Support

    Ah ok 🙂
    Can i see the site ?

    #2395168
    matko-petrovicgmail-com

    Sure, here it is
    https://online-alat.gtf.hr/

    #2395172
    David
    Staff
    Customer Support

    Do you have a mockup image of how you would want the mobile layout to look ?

    #2395185
    matko-petrovicgmail-com

    It should look just like the one in the first post.

    #2395199
    David
    Staff
    Customer Support

    Doh – that was kind of obvious 🙂

    1. In Customizer > Layout > Primary Nav – remove the mobile menu label.

    2. Add this CSS:

    
    @media(max-width: 768px) {
        .main-navigation .menu-bar-items {
            margin-right: auto;
        }
    }
    #2395213
    matko-petrovicgmail-com

    Tnx David,
    I will try that and get back to you.

    #2395569
    David
    Staff
    Customer Support

    OK – let me know 🙂

    #2396263
    matko-petrovicgmail-com

    Tnx David, that worked out great. Now I only need to make logo image a bit bigger and apply the same thing for sticky navigation.

    #2396478
    David
    Staff
    Customer Support

    Ok, try this CSS:

    
    .mobile-header-navigation .site-logo.mobile-header-logo img {
        height: 80px !important;
        padding: 0;
    }
    .main-navigation.has-branding .menu-toggle {
        padding-left: 40px;
    }
Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.