Jump to content

Site title under navigation items

Recommended Posts

  • Replies 6
  • Views 278
  • Created
  • Last Reply

Top Posters In This Topic

At the moment I've taken out the site logo and added an image below but when displaying on the phone, it doesn't work correctly as the burger menu is above the site title logo which should be next to it.

So my idea is to invert the site logo with the navigation using the centered design, plus taking out the wrap on the navigation list and the site logo so it can take all the screen space, does it make sense?

Link to comment
On 8/23/2024 at 7:18 PM, Kelly_Claessens said:

At the moment I've taken out the site logo and added an image below but when displaying on the phone, it doesn't work correctly as the burger menu is above the site title logo which should be next to it.

So my idea is to invert the site logo with the navigation using the centered design, plus taking out the wrap on the navigation list and the site logo so it can take all the screen space, does it make sense?

The site is private, you can follow this guide to share url correct way

 

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
On 8/23/2024 at 7:18 PM, Kelly_Claessens said:

At the moment I've taken out the site logo and added an image below but when displaying on the phone, it doesn't work correctly as the burger menu is above the site title logo which should be next to it.

So my idea is to invert the site logo with the navigation using the centered design, plus taking out the wrap on the navigation list and the site logo so it can take all the screen space, does it make sense?

You can use this code to Website Tools > Custom CSS

@media screen and (max-width:991px) {
	.header-title-nav-wrapper {
    max-width: 100%;
}
    .header-title {
        display: none;
    }
.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: 100% !important;
    justify-content: center;
}
.showOnDesktop .header-actions-action.header-actions-action--cart {
    display: none;
}
    .header-nav-item {
    padding: 5px !important;
    margin: 0 !important;
}
    div.header-nav-item * {
        font-size: 5px !important;
    }
    div.header-announcement-bar-wrapper {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

image.png.c21e1e17eaf5e19400dc8afe8f32c580.png

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.