This topic has 8 replies, 5 voices, and was last updated 9 years by neelesh7.

  • Author
  • #3080
     LKr
    Participant

    Hello!
    How can I remove the Navigation bar in the Mobile view?
    I dont have any menu in the web version, so the Nav bar that appears on mobile devices is not needed (as it is empty anyways). Your advice would be much appreciated.

    #3094
     SQadmin
    Keymaster

    Hi,
    To remove it only from mobile add this css to Sweetdate -> Styling options -> Quick css or in sweetdate-child/style.css

    COPY CODE
    
    @media (max-width: 480px) { 
    .contain-to-grid.sticky.fixed {display:none;}
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #3195
     LKr
    Participant

    Thanks. I tried and this one worked better for me (complete removal of top bar):

    @media only screen and (max-width: 1300px) {
    .top-bar {display:none;}
    }

    #9006
     FD
    Participant

    Hi,

    Is it possible to reduce the width of the mobile menu?

    Thank you!

    #9093
     Abe
    Keymaster

    Hi, Reduce it with this CSS code added to Sweetdate – Styling options – Quick css and customize your width

    COPY CODE
    
    .contain-to-grid .top-bar {
        width: 280px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #9170
     FD
    Participant

    Thank you! 🙂

    #82307
     neelesh7
    Participant

    Hi,

    How do I make the bar stay in it’s position instead of scrolling down?

    #82313
     neelesh7
    Participant

    Hi,

    @media only screen and (max-width: 767px) {
    .contain-to-grid.sticky.fixed{
    position: absolute;}
    }

    I used that code and it worked but how do you get the blue bar not to resize to fit the screen when scrolling as this causes the screen to jump.

    #83697
     neelesh7
    Participant

    How do you get the blue bar not to resize to fit the screen when scrolling as this causes the screen to jump.

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

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?