Home New Guten Forums WoodMart support forum Breadcrumbs gone on mobile view since update?

Breadcrumbs gone on mobile view since update?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #526901

    Splash-Media
    Participant

    I seem to have lost the breadcrumbs of the product being viewed (last breadcrumb) on mobile devices?

    #526924

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body [class*="single-breadcrumbs"] :is(.woocommerce-breadcrumb,.yoast-breadcrumb) .breadcrumb-last {
    	display: inline-block;
    }
    
    body [class*="single-breadcrumbs"] :is(.woocommerce-breadcrumb,.yoast-breadcrumb) .breadcrumb-link-last {
    	margin-inline-end: 6px;
    }
    
    body [class*="single-breadcrumbs"] :is(.woocommerce-breadcrumb,.yoast-breadcrumb) .breadcrumb-link-last:after {
    	 content: "/";
    }

    Kind Regards

    #526929

    Splash-Media
    Participant

    Thats done the trick 🙂 thanks again.

    you can close the ticket 🙂

    #526949

    Artem Temos
    Keymaster

    You are welcome. Feel free to contact us if you have any further questions.

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

The topic ‘Breadcrumbs gone on mobile view since update?’ is closed to new replies.