How to customise phone view on some parts?

Hi i would like to know how i can adjust this sections mention in the photos attached below, cause its not shown properly on the mobile version it shows half of it only

2 Likes

Please share your store URL.

https://www.freify.com

1 Like

what settings ?

In your breadcrumbs.buils.css file add this at the very bottom this will display the long text in two lines

@media(max-width: 767px) {

.breadcrumb .breadcrumb__item {
white-space: normal;

}

}

And as for the table description, sorry if i sound bad but you have made a mess. If you are displaying sizes you should display it using a size chart or something with an app or some other way. Adding size descriptions inside accordion element isn’t a very good choice.

Best
Shadab

Thank you so much it works

Great that it worked out

Best