Home › Forums › Trusted › Center Tagline › Reply To: Center Tagline
January 2, 2019 at 8:22 pm
#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%;
}
}