Hi, and thank you for a great theme!
I would like to have less space (padding?) in the menu – top and bottom, and in the Breadcrumbs. How can i change that in an easy way?
Hey Martin!
Can you please post the link to your website? We need to see what type of header you are using
Cheers!
Yigit
Hi!
1- Please go to Enfold theme options > Header Layout > Header Size and choose to display custom pixel value and adjust as needed
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .title_container .container {
min-height: 35px;
padding-top: 0;
padding-bottom: 0;
}
Cheers!
Yigit