Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #242862
    adumi
    Participant

    Originally site description is right under site name.
    How to position site description on same line and right after site name, please?
    http://eomund.com/jeremi/
    Thanks in advance

    #242995
    Skandha
    Participant

    @adumi: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-title, .site-description {
        display: inline-block;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #243067
    adumi
    Participant

    Thanks again Skandha! Worked wonderfully. I`m so grateful!

    #243223
    Skandha
    Participant

    @adumi: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to position `site description` on same line and right after `site name`?’ is closed to new replies.