Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #844071

    Hi,
    On some pages the page title is two lined and strangely the breadcrumbs are not properly displayed any more.
    Please compare:

    two lined:

    on lined:

    Can you help?

    #845399

    Hey Tamosch,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .title_container .breadcrumb {
        position: relative;
        display: inline-block;
    }
    

    Best regards,
    Yigit

    #846722

    Hi!

    Thanks,
    it doesn’t work. First of all the position still variate and now it is on the left. For two lines titles its below the line which is good but for one line title it is above the line. Please help me with a solution.

    Best,
    T

    #848758

    Hi,

    Sorry for the late reply!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .title_container .main-title a {
        display: block;
    }
    

    Best regards,
    Yigit

    #853087

    Hi,

    can you tell me how i can move the breadcrumb under the line of the titel?

    Best
    T

    #853195

    Hi,

    You can remove the breadcrumb adding this custom CSS code:

    
    .breadcrumb {
      display: none !important;
    }
    

    Best regards,
    John Torvik

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.