Line 654 of your style.css, edit to this:
.site-title h1 {
margin: 1.25rem auto 0;
width: 440px;
}
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
Alternatively use your Child Theme style.css file to hold your CSS modifications:
.site-title h1 {
text-align: center;
}
http://www.w3.org/Style/Examples/007/center.en.html
Thread Starter
csosa
(@csosa)
Thank y’all so much. The custom css worked….
Thread Starter
csosa
(@csosa)
Now I have one more question. Is there any way I can move it up just a tiny bit?
There was some padding on the top as I recall, in your original theme it’s 1.25rem. So you’ll need to reduce that a bit.