ellievsbear Posted June 14, 2022 Posted June 14, 2022 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!
tuanphan Posted June 15, 2022 Posted June 15, 2022 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; } ellievsbear 1 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!)
ellievsbear Posted June 15, 2022 Author Posted June 15, 2022 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?
tuanphan Posted June 15, 2022 Posted June 15, 2022 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; } ellievsbear 1 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!)
ellievsbear Posted June 15, 2022 Author Posted June 15, 2022 You're amazing! Thanks for your quick help
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment