Hi,
Reduce spaces with:
#header .pad { padding-top: 0; padding-bottom: 0; }
Center the logo with:
.site-title { float: none; }
When you reduce the size of the screen (for phone size) those changes dont take effect.
I added this so it works:
#header .site-title { padding-top: 0px; padding-bottom: 0px; width: 100%;}
DO we need to add this in style.css to do so ?
Thank you very much
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
No, if your theme doesn’t come with an apparent dedicated part of the dashboard for your CSS modifications then install a Custom CSS plugin.
This isn’t a bad one: Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
It has a “CSS Code” section of the dashboard to hold your CSS modifications