Home Forums Themes Support Claue Position of the Breadcrumbs

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #12790

      Hi,

      I’d like to change the position of the the breadcrumb in the single product page.

      To align it to the box layout of the header.

      Thank you

      Attachments:
      You must be logged in to view attached files.
    • #12793

      Hi,

      This problem is not related to breadcrumbs, It caused by your logo, it has the white background on the left and right of the logo, please crop it.

      Cheers,
      Foster

    • #12794

      Hi,

      I’m not referring to the logo. The attached image is what I want to achieve. The WooCommerce breadcrumbs is located at the extreme left of page. I want to shift it towards the right and align with box layout. Hope this is clear.

      Thanks

    • #12795

      Hi,

      I understood, please use the custom CSS code below

       

      @media only screen and (min-width: 736px) {
      .woocommerce-breadcrumb, .jas-breadcrumb {
      max-width: 1170px;
          margin: auto;
          text-align: right;
      padding: 0 !important;
      }
      }
    • #12797

      Thanks for the prompt action!

Viewing 4 reply threads

You must be logged in to reply to this topic.