Woocommerce breadcrumb overlaping over return to previous buton

This topic has 3 replies, 3 voices, and was last updated 5 months, 2 weeks ago ago by Andrew Mitchell

  • Avatar: Alpha111
    Alpha111
    Participant
    June 5, 2024 at 13:59

    is there a way to limit product title or a way around ?

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    2 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    June 5, 2024 at 16:04

    Hi @Alpha111,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    nav.woocommerce-breadcrumb {
        display: flex !important;
        align-items: center;
    }
    nav.woocommerce-breadcrumb .delimeter {
        margin: 8px 5px 5px;
    }
    nav.woocommerce-breadcrumb span.title{
        max-width: 450px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    

    https://prnt.sc/k1KJfNGb6zPs

    Hope it helps 🙂

    Best Regards,
    8Theme’s Team

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    June 6, 2024 at 01:47

    Dear Alpha111,

    We hope you’re reveling in the experience our theme brings! Your enthusiasm is what fuels our passion. Would you be so kind as to channel that energy into a 5-star rating on ThemeForest? Your feedback is the spark that lights our way!

    Click here to spread the love: https://themeforest.net/downloads

    Thank you for being an integral part of our journey!

    Best Regards,
    The 8Theme Team

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

The issue related to '‘woocommerce breadcrumb overlaping over return to previous buton’' has been successfully resolved, and the topic is now closed for further responses

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