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.
Site tagline not under site title
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