[Resolved] Tagline beside headline instead of underneath

Home Forums Support [Resolved] Tagline beside headline instead of underneath

Home Forums Support Tagline beside headline instead of underneath

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1285616
    Conor

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

    #1285921
    David
    Staff
    Customer Support

    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;
        }
    }
    #1286136
    Conor

    Thank you so much. you guys are the best

    #1287162
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.