This topic has 4 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hi there, how can I change the spacing between words and slashes in breadcrumbs?
For example, in your demo, you have breadcrumbs with spacing:
Home / MEN / DEMO FASHION NICE BLOUSE
and in my shop, I have no spacing:
Home/MEN/DEMO FASHION NICE BLOUSE
Where or how can I set the spacing?
Thanks a lot and have a nice day.
Hello,
Please add this code into custom.css file:
.page-heading .delimeter {
padding-left: 5px;
padding-right: 5px;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Thanks Eva, it works good! 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: breadcrumbs, slashes, spacing, themes, woocommerce, wordpress, words
The issue related to '‘breadcrumbs spacing between words and slashes’' has been successfully resolved, and the topic is now closed for further responses