Breadcrumbs Styling and change Position.
-
Hi Woodmart Team, is it possible to place the Breadcrumb (at the Shop) instead of left to the Center? I tried a few things by Yellow Pencil and Custom CSS but got Solution, maybe you can give me a Snippet? The Sort Order “thing” is already set to “diplay:none” but for the Breadcrumbs at the Center and for the Styling i got no Solution…
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global
.shop-loop-head {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
Best Regards
Woohoo… Great, thank you, it works perfect!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Breadcrumbs Styling and change Position.’ is closed to new replies.