Changing Site Title Font Alignment/Size
Hi,
On the site I’m working on, I’m using a site title instead of a logo. The site title looks weird though; it isn’t aligned with the rest of the menu text (I’m using the “Logo in Menu” masthead layout). I’m hoping that maybe making the size of the site title text larger will balance out the funky alignment.
I know there’s a way to change the font color if you’re using the site title instead of a logo. However, I don’t see any way to change the font size of the site title. Is there a way to change either the alignment or font size using CSS?
Thanks,
Maggie
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi MaggieB
You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
/* Header */ #masthead h1 { font-size: 20px; padding-top: 19px; } /* Home */ .home #main { padding-top: 0; }Adjust as required.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.