Delete menu button

Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #15661
    J_Fluid
    Member

    how do i delete the menu button? please see attached file.
    kindly advice, thanks.

    #15663
    J_Fluid
    Member
    This reply has been marked as private.
    #15665
    J_Fluid
    Member
    This reply has been marked as private.
    #15670
    Veena
    Moderator

    Pls add this custom CSS in themeoptions –

    .side-nav-toggle {
        display: none;
    }
    #primary-menu {
        margin-right: 0;
    }
    
    #15746
    J_Fluid
    Member

    hi,

    is there a way to fix the alignment of the logo and the menu with the slider image? please see attached screenshot. there’s still some space on the right for the menu and the Whink logo is not aligning with the text in the slider image. please do help out, thanks!

    #15762
    Raghavendra
    Moderator

    Seems to be fixed now as checked on your site. Do let me know if you still have trouble.

    #15780
    J_Fluid
    Member

    hi, just a little issue though.
    when i checked the website on an iPad, the menus are at the bottom of the logo, they’re not aligned with each other, please see attached file.

    is there a way to fix that? and also, what would be the safest font type to use, as the font type is now different on an ipad, compared on a desktop computer.

    do kindly advice, thanks.

    #15784
    Veena
    Moderator

    ipad-menu – Pls add the below custom CSS in themeoptions –

    @media only screen and (max-width: 1024px){
    #primary-menu {
        padding-top: 0;
        top: -25px;
    }
    #header.sticky #site-logo {
        top: 30px;
    }}
    
    #15793
    J_Fluid
    Member

    okay that worked, thanks guys! 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Delete menu button’ is closed to new replies.