Hi, how can I make the height of the header/breadcrumbs to be the same as the menu above it – http://screencast.com/t/inbhTRhhiO?
Thanks.
Hey DROR!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .title_container .container {
padding-top: 0;
padding-bottom: 0;
min-height: 30px;
}
Regards,
Yigit
Thanks.