Is there any way to control the absolute height throughout the site of the Title Bar?
Hey John,
To change the height of the Title Bar please change the value of min-height and padding in the below code to suit your design and try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .title_container .container {
padding-top: 10px!important;
padding-bottom: 10px!important;
min-height: 95px!important;
}
Best regards,
Vinay
Outstanding! Thanks!