[Resolved] site title and slogan

Home Forums Support [Resolved] site title and slogan

Home Forums Support site title and slogan

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #405551
    Thierry

    Hello,

    I want display beside site title and slogan (the same line) it’s possible ?
    Thx

    #405642
    Leo
    Staff
    Customer Support

    Hi there,

    Try the after header content hook: https://docs.generatepress.com/article/hooks-overview/

    #405650
    Thierry

    disable on customizer and display with hooks ?

    #405653
    Leo
    Staff
    Customer Support

    What are you trying to add? Can you show me your current layout?

    #405655
    Thierry

    yes, of course

    http://hpics.li/571053d

    I want display site title and slogan on the same line.

    #405668
    Leo
    Staff
    Customer Support

    Ahh I see.

    Try this CSS:

    .main-title, .site-description {
        display: inline-block;
    }
    #405672
    Thierry

    That’s right, thx Léo

    #405675
    Leo
    Staff
    Customer Support

    No problem!

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