Home Forums Trusted Center Tagline

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6447
    glapalomento
    Participant

    Hello,

    I would like to center and not wrap the tagline and I’m not sure how to do it. Do I add Custom CSS or is there another way?

    screenscapture

    #6452
    Andy
    Keymaster

    You could increase the width of the site description container and decrease the width of the telephone container, to bring the site description more into the center.

    Add the following to Appearance > Customize > Additional CSS:

    @media screen and (min-width: 1025px) {
        #site-description {
            width: 40%;
        }
        #top-info {
            width: 40%;
        }
    }
    #7060
    Yazmin
    Keymaster

    Closing topic and marking as resolved as no reply from OP after 3 months.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Center Tagline’ is closed to new replies.