Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1155603
    crucialtim
    Participant

    Hi,
    See attached – I’ve got everything in my header centered, and I’m wondering if it’s possible to center the breadcrumbs. They don’t look great left-aligned.

    #1155606
    crucialtim
    Participant
    This reply has been marked as private.
    #1155643
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    
    .x-breadcrumbs-wrap {
        text-align:center;
    }
    

    Hope that helps

    Joao

    #1157756
    crucialtim
    Participant

    Thanks Joao, no change with this code, unfortunately.

    #1157920
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please replace above code with following:

    .x-breadcrumb-wrap {
        text-align: center !important;
    }

    Thanks.

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