I’m trying to find out how to change the height of the header. I’ve searched the forums and tried a couple different things but haven’t been able to make it work yet. I’m using the Medical Care theme and want to decrease the height of the gray header bar at the top of the page for both computer and mobile views.
Thank you!
]]>You have to add the CSS code in additional CSS to remove the height of the header.
Follow the steps to add the below code.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Add code >> Publish.
.contact_info, .wrap_figure {
padding: 0;
}
Thank You
]]>