Jump to content

Moving navigation bar under title (when both logo and title are displayed)

Recommended Posts

Site URL: https://www.ellievsbear.com/

Hello, I would like to use custom CSS to display both my logo and title on the left of the header. 
I managed to do that before, but when both the logo and title are displayed it moves the navigation bar to the side of the title.

If possible, I would like to know how to place the navigation under the title as shown in the image here, please.

The website is on Squarespace 7.0 - Brine

Any help would be greatly appreciated!

Screenshot 2022-06-14 at 23.19.27.png

Link to comment
6 hours ago, tuanphan said:

Add to Design > Custom CSS

nav.Header-nav.Header-nav--primary:before {
    content: "Squarespace";
    color: brown;
    position: relative;
    display: block;
    top: -20px;
    font-size: 30px;
}

 

It worked like a charm, thank you so much!

Is there any way to keep the title showing next to the logo on mobile view?

Link to comment
5 minutes ago, ellievsbear said:

It worked like a charm, thank you so much!

Is there any way to keep the title showing next to the logo on mobile view?

Use this code for mobile

a.Mobile-bar-branding:after {
    content: "Squarespace";
    color: brown;
    position: relative;
    display: block;
    font-size: 24px;
    margin-left: 20px;
}
a.Mobile-bar-branding {
    display: flex;
    align-items: center;
}

 

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.