Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #697841

    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

    #697855

    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

    #697972

    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 ?

    #698012

    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

    #698431

    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

    • This reply was modified 8 years, 1 month ago by ecrodgwz.
    #698436

    * space = 0 in case of headlines with two or more rows

    #698494

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Breadcrumbs in another row’ is closed to new replies.