Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1212414
    SeLoRe
    Participant

    Hi,

    I activated yoast breadcrumbs code below, but there is an alignment problem now. My website is https://www.soruncozumu.com

    if ( ! function_exists( 'x_breadcrumbs' ) ) :
      function x_breadcrumbs() {
    
        if ( x_get_option( 'x_breadcrumb_display', 1 ) && function_exists('yoast_breadcrumb') ) {
              yoast_breadcrumb('<p id="breadcrumbs">','</p>');
        } 
    
      }
    endif;
    #1212745
    Thai
    Moderator

    Hi There,

    To fix this issue, please add the following CSS:

    .x-breadcrumb-wrap p#breadcrumbs {
        float: left;
        margin: 0;
    }

    http://i.imgur.com/MUVpWlV.png

    Hope it helps 🙂

    #1213691
    SeLoRe
    Participant

    It worked, thank you very much.

    #1213743
    Nico
    Moderator

    Hi There,

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1212414 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>