Supreme Mobile Menu

This topic contains 6 replies, has 2 voices, and was last updated by  Steven Dey 6 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #380534

    Steven Dey
    Expired Member
    Post count: 14

    Hi guys,

    Is it possible to ALWAYS use the mobile menu/header for all viewpoints?

    Thanks
    Steve

    #380547

    Kor
    Moderator
    Post count: 16516

    Hi Steve,

    That could be achieved using custom CSS. Do you mind sharing the URL of the site in question so we can take a look? You can use the private reply option below.

    #380548

    Steven Dey
    Expired Member
    Post count: 14
    This reply has been marked as private.
    #380552

    Kor
    Moderator
    Post count: 16516

    Hi Steven,

    Try using the custom CSS code below and see if it’s what you’re looking for. Insert into GD > Design > Scripts > Custom Style CSS

    
    
    .dt-nav-toggle.dt-mobile-nav-button-wrap {
        display: block!important;
        position: absolute!important;
        top: 0px!important;
        padding-top: 30px!important;
    }
    #380557

    Steven Dey
    Expired Member
    Post count: 14

    Thank you so much is it possible to float it to the right and have the member login on the left as per the current mobile view?

    Amazing fast support! Fantastic!

    #380563

    Kor
    Moderator
    Post count: 16516

    Hi Steven,

    Here you go.

    
    
    .dt-nav-toggle.dt-mobile-nav-button-wrap {
        display: block!important;
        position: absolute!important;
        top: 0px!important;
        padding-top: 30px!important;
        padding-right: 30px!important;
        right:0px!important;
    }
    
    .dt-mobile-account-wrap {
        display: block!important;
        position: absolute!important;
        top: 0px!important;
        left:0px!important;
        padding-top: 30px!important;
        padding-left: 30px!important;
    }
    #380564

    Steven Dey
    Expired Member
    Post count: 14

    Absolutely spot on thank you so much appreciate it

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket