Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Looking for a solution to having the site tagline seperate, not stuck underneath the site title. Ideally looking to have a left aligned title and center aligned tagline.
Hi nsm!
You can achieve that with custom CSS:
.tagline { position: absolute; left: -40vw; top: 10px; }
Or you create a new Tagline in the Custom HTML section and move it to the center.
Best!
Marius