Problema di visualizzazione del breadcrumbs

This topic has 4 replies, 2 voices, and was last updated 10 months, 1 weeks ago ago by Rose Tyler

  • Avatar: Stefano Valso
    Stefano Valso
    Participant
    July 4, 2023 at 08:32

    Da qualche giorno nel mio sito il menu “briciole di pane” si vede tutto disallineato. Da questo link di esempio è chiaro il problema: https://www.limacdesign.com/shop/accessori-camino-e-stufa/attrezzi-per-camino/set-ferri-da-camino-4-pezzi-con-manico-in-cuoio-lara/

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 10:56

    Hello, Stefano Valso,

    Thank you for contacting us and for using XStore.

    Please add the next code in Theme Options > Theme custom CSS > Global:

    .breadcrumb-trail .page-heading > div {
        display: inline-block;
        width: auto;
        padding: 0;
        position: static;
    }
    .breadcrumb-trail .page-heading {
        text-align: start;
        width: 100%;
        margin: 0 auto;
        color: currentColor;
        position: relative;
    }
    .breadcrumb-trail .page-heading .back-history {
        top: 15px;
    }
    
    @media only screen and (min-width: 768px) {
        .breadcrumb-trail .page-heading {
            max-width: 750px;
        }
    }
    @media only screen and (min-width: 992px) {
        .breadcrumb-trail .page-heading {
            max-width: 970px;
        }
    }
    @media only screen and (min-width: 1200px) {
        .breadcrumb-trail .page-heading {
            max-width: 1440px;
        }
    }

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

    Avatar: Stefano Valso
    Stefano Valso
    Participant
    July 4, 2023 at 11:07

    Thanks!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 12:47

    Hello, Stefano Valso,

    You’re welcome!

    Kind Regards,
    8theme team

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.