Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #387590

    hi there,

    http://test.eurosportakademien.de/?event=fit-fuer-den-profit-grenzueberschreitendes-treffen-am-5-februar-in-ulftniederlande

    the only solution i found in the forum was, that i have to move the breadcrump below the title. any other ideas?

    thx

    #387631

    Hi volmering!

    Thank you for using the forum.

    Not out of the box. The only thing you might do is to manipulate the length of the string by eliminating parts of the path.

    You find the code in enfold\framework\php\class-breadcrumb.php.

    Look for apply_filters to find filter hooks or modify the core file.

    Cheers!
    Günter

    #387633

    hi günter,

    thx for the answer. ok, how can i set the breadcrumb above the title and align right?

    #387651

    Hi!

    Thank you for coming back.

    Remove the following from custom.css:

    
    .title_container .breadcrumb {
        top: 20px !important;
    }
    

    Use the following CSS and adjust the values:

    
    .title_container .main-title {
        top: 15px !important;
    }
    
    .title_container .breadcrumb {
        top: 20px !important;
    }
    

    Cheers!
    Günter

    #391948

    hey günther,

    thx alot, resolved :-)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Breadcrump issue, long titlenames’ is closed to new replies.