This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Changing Site Title Font Alignment/Size

10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 5 months ago

    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.

Have a different question or issue?

Start New Thread