Jump to content

NGO2045

Member
  • Posts

    37
  • Joined

  • Last visited

Posts posted by NGO2045

  1. On 5/12/2021 at 10:32 AM, tuanphan said:

    Add to Design > Custom CSS

    /* force desktop menu on mobile */
    @media screen and (max-width:767px) {
    .header-display-desktop {
        display: flex !important;
    }
    .header-display-mobile {
        display: none;
    }
    .header-burger {
        display: none;
    }
    .header-nav {
        display: flex !important;
    }
    .header-nav {
        display: flex !important;
        flex: 70% !important;
        justify-content: flex-end;
    }
    }

    Β 

    This code works perfect! But is there any way to change the size of the menu in tablet view only? The font becomes large on the tablet but is perfect size in mobile version.

Γ—
Γ—
  • 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.