ellievsbear
-
Posts
3 -
Joined
-
Last visited
Reputation Activity
-
ellievsbear reacted to tuanphan in Moving navigation bar under title (when both logo and title are displayed)
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 reacted to tuanphan in Moving navigation bar under title (when both logo and title are displayed)
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; }