Hi there!
I’d be very grateful if you could let me know how to adjust the height of the standard Page Title Bar in Enfold.
thanks so much
CJ
Hey jaroljmek,
This should be possible via css. Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Jordan
Here is a Page Title Bar that is quite large. I’d be grateful for the CSS to adjust its height.
Thanks
Christian
Hi,
Thanks for providing that. Add this to quick css:
.title_container .container{
max-height:30px!important;
}
.main-title.entry-title{
margin-top:-35px!important;
}
Adjust the values to what you need.
Best regards,
Jordan Shannon