Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1287424
    gizzie
    Participant

    Hi,

    My breadcrumbs are centered on my mobile version of the site. How can I align the breadcrumbs of the left?

    Url. http://www.tieglon.nl

    Using the following CSS code already

    .x-breadcrumb-wrap {
    background-color: #000000;
    border-bottom: none;
    text-align: left;
    }

    .x-breadcrumbs {
    padding-left: 0;
    }

    #1287587
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    @media screen and (max-width: 767px) {
    .x-breadcrumbs {
        text-align: left !important;
    }
    }

    Let us know how this goes!

    #1287734
    gizzie
    Participant

    Fixed. Thanks again!

    #1287758
    Joao
    Moderator

    Glad to hear it,

    Joao

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