Archived topic
Breadcrumb padding
3 replies · Started by chris on February 22, 2021
Hello,
I've installed and set up some breadcrumbs, but find it difficult to control the look and feel of it.
Is there a place I can do this with easy? or do I need to write some CSS for the padding?
On all devices but on mobile its quite bad, I seem to bit hitting the sides and could you tell me what's "the best" way to add padding to this?
Thanks for your help
Hi Chris,
You could try this:
.breadcrumbs {
padding-left: 30px;
}
Hi Ying, thanks for your help with this ;-)
No problem :)