[Resolved] Lower site title in header

Home Forums Support [Resolved] Lower site title in header

Home Forums Support Lower site title in header

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #820948
    CRISTO

    Got great help from you before on moving my logo a bit to the right in my header. Now I would like to move the title down a bit so that it is parallel to the center of the logo. Probably some css would do the trick.

    GeneratePress 2.2.2
    #821015
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (min-width: 768px) {
        .inside-header {
            display: flex;
            align-items: center;
        }
        .site-branding {
            order: 2;
        }
    }
    #821041
    CRISTO

    Worked like a charm…..thanks so much. Simple css is great for people like me.

    And, of course, you guys are great as well.

    #821058
    David
    Staff
    Customer Support

    Awesome – glad to be of help 🙂

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