Hi Rebecca
Okay, Kindly add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to publish button.
.navbar.navbar-light {
padding-bottom: 30px;
}
.site-branding-text .site-description {
text-align: center;
position: absolute;
left: 0;
right: 0;
}
@media (max-width: 992px){
.navbar.navbar-light {
padding-bottom: 50px;
}
}
@media (max-width: 768px){
.navbar.navbar-light {
padding-bottom: 15px;
}
.site-branding-text .site-description {
position: relative;
}
}
Let us know if it works for you.
—
Thanks