Never mind, I seem to have gotten it to work. I just added the following code:
.site-logo {
display: block;
margin-bottom: .10em;
margin-left: auto;
margin-right: auto;
}
And it worked!
Never mind, I got it. It didn’t occur to me that it was a border issue. I added “border-bottom: none !important” to my css and voila!
Also I’m using the Contact Form 7 plugin.
That worked. Very quick and easy. Thanks!