Site logo

Archived topic

Tagline beside headline instead of underneath

3 replies · Started by Conor on May 15, 2020

Viewing posts 1–4 of 4

I would like to put my tagline beside my headline instead of underneath my headline.

I tried to use an image of my headline and tagline in the logo section of the site identity, but the image was just text and the text in the image always looked pixalated no mater how large I made the image.

So i kinda want it to look like this - Conor Writer - A Blog About....

Hi there,

try adding this CSS:

@media(min-width: 768px) {
    .site-branding {
        display: flex;
        align-items: center;
    }
    .site-branding .main-title {
        padding-right: 15px;
        margin-right: 15px;
        border-right: 2px solid #000;
    }
}

Thank you so much. you guys are the best

Glad to be of help

This archived topic is closed to new replies.