Sam
(@soumendra)
Hello,
You can try this in your Custom CSS to reduce the height:
.site-title {
margin-bottom: 0;
margin-top: 30px;
}
.site-description {
margin-bottom: 0;
}
You can adjust the value as per your requirement.
Thank you.
Cool. Thanks. Which plugin is recommended for changing the css?
Sam
(@soumendra)
Hello,
You can find the Custom CSS in your them option, If that is not there you can refer this to add Custom CSS.
Hope that helps you, feel free to ask if there is any other problem.
Thank you.
Thanks a lot for all the help!
An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.
As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.