- This topic has 2 replies, 3 voices, and was last updated 5 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Center Tagline’ is closed to new replies.
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?
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%;
}
}
Closing topic and marking as resolved as no reply from OP after 3 months.