Jump to content

Mobile Menu Button Adjustment

Go to solution Solved by tuanphan,

Recommended Posts

Site URL: https://tangerine-gerbil-7cah.squarespace.com

Hi,

I have a site which is only 1 page (so no page/links in the header).

However, on mobile it looks odd having the hamburger menu open and it being empty with the 'contact' button at the very bottom.

Is it possible to centralise this button on mobile only? Or move it up in the space (image attached)

If not, can we remove the hamburger menu from mobile completely?

Thanks in advance! :)  

Screenshot 2022-03-29 at 14.12.49.png

Link to comment
  • Replies 1
  • Views 257
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Solution

Add to Design > Custom CSS

/* Force desktop menu on Tablet Mobile */
@media screen and (max-width:991px) {
.header-display-desktop {
    display: flex !important;
}
.header-display-mobile {
    display: none;
}
.header-burger {
    display: none;
}
.header-nav {
    display: flex !important;
}
.header-nav {
}
    .header-actions, .header-actions-action {
        display: block !important;
    }
    .header-actions.header-actions--right {
        position: relative;
        left: -70px;
    }
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.