Home Forums Basel support forum How to display full shop lood head in mobile view

How to display full shop lood head in mobile view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #83148

    Dear Support Team,

    Can you please tell how to enable breadcrumb in mobileview (i.e shoploophead). I have enabled it but it is disturbing the layout

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    @media (max-width: 480px){
    .shop-loop-head .woocommerce-breadcrumb {
        margin-top: 20px;
    }
    }

    Change 20px as per your needs.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)