Site Title Position
-
Is it possible to position the site title somewhere else other than the center? I would like to have mine on the right side of my header so it doesn’t cover up the image behind it. Also, can we customise the font that goes on the site title?
The blog I need help with is: (visible only to logged in users)
-
Hi @fontavatita, sure, you can do that with CSS, or by using another theme.
I noticed for now you’ve hidden the site title. That’s okay too.
-
Hi, thanks for your reply. I have enabled the site title back, how do I move it to the right using CSS? I don’t know how to code so I don’t know how to write the code to move the text.
-
@fontavatita you would need a plan that supports CSS. If you choose to get that, you would use this code under Customize > CSS.
.site-title, .site-description { text-align: left; }
- The topic ‘Site Title Position’ is closed to new replies.