Dear Support Team,
As you can see in the link below, my headings overlap with the Breadcrumbs.
How can I put them in the row below my headline – like it is in the mobile version?
Best Regards,
Julian Hauschild
Hey ecrodgwz,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.title_container .breadcrumb {
right: auto;
left: -3px;
top: 75%;
}
Best regards,
Yigit
Thanks a lot, it works fine. One more Question.. In the mobile version the space between the lines of the headings is to big. How can I crop them ?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.title_container .main-title {
line-height: 25px;
}}
Best regards,
Yigit
Hello Yigit,
it works… But I attached a padding-top of 3% for the breadcrumbs (in the mobil version) because the space between the headline and the breadcrumbs was = 0 after I changed the line-height. So thanks for your help and the quick answers.
Best regards,
Julian Hauschild
* space = 0 in case of headlines with two or more rows
Hi,
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit