Home>Support>Changing Site Title Font Alignment/Size

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

URL: http://www.mbtestlab.com/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 9 days ago Andrew Misplon
    Hi, I Work Here

    Hi 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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More