[Resolved] how to put tagline to the right of site title?

Home Forums Support [Resolved] how to put tagline to the right of site title?

Home Forums Support how to put tagline to the right of site title?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #806671
    Silvio

    Hi,

    I am trying to replicate this design, with tagline on the right of the title

    http://retinart.net/graphic-design/secret-law-of-page-harmony/?utm_medium=newsletter&utm_campaign=reedsylearning&utm_source=bookdesign101

    but I can’t figure out which is the class to add / modify.

    could you help with this?

    to view: user silvio password v1v3r377

    #806727
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a shot:

    .site-branding > * {
        display: inline-block;
    }
    
    .site-logo {
        margin-right: 10px;
    }
    
    .main-title {
        padding-right: 15px;
        margin-right: 15px;
        border-right: 1px solid #ddd;
    }
    #807096
    Silvio

    Thanks, it worked.

    Any change you can help align site title and navigation? Is there an option for that or does it depends on margin and padding?

    #807476
    Tom
    Lead Developer
    Lead Developer

    Try matching the height of your logo/title/tagline with the height of the navigation:

    .site-branding, 
    .site-logo {
        line-height: 60px;
    }
    #807627
    Silvio

    thanks Tom,

    the support you provide is invaluable!

    #807840
    Tom
    Lead Developer
    Lead Developer

    Glad I could help 🙂

    #816899
    HAROLD

    Tom – is there a way to have my logo on the left with my tagline to the right, with the tagline being two lines long? I can get the above code to work with one short tagline, but when I put in my full tagline, it does not work. I could use either the site-branding or site-description variables.

    #816966
    David
    Staff
    Customer Support

    Hi there,

    can you provide a link to your Site with the code in place? Might be easier to raise a new topic where you can share the link privately using the Site URL field.

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