Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #707800
    1. I would like the breadcrumbs container to be full-width
    2. On smaller screens, I would like the text in the breadcrumbs to align vertical middle

      Thanks!

    #707810

    Hi sabrinarubli!

    1- It is already fullwidth on my end. Can you please post a screenshot and show the changes you would like to make?

    2- To align it vertically, please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive .title_container .breadcrumb {
        margin-top: -14px;
        top: -10px;
    }}

    Regards,
    Yigit

    #707827

    Sorry, Yigit. I meant that I want the text of the breadcrumbs to be full-width… 30px from the right edge of the window.

    The solution for Number 2 works beautifully!

    #707831

    Hey!

    Please add following code to Quick CSS as well

    #top .title_container .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .title_container .breadcrumb {
        right: 30px;
    }

    Cheers!
    Yigit

    #707833

    You’re a rockstar, Yigit. Thanks!

    #707836

    Hey!

    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 :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Breadcrumbs positioning’ is closed to new replies.