Hi there,
I have been trying to add 7 px of space to the left of home on breadcumps. I have tried text-indent and padding but nothing works.
Thanks
jcruz2016 Hi use the below code
.zen-nav.zen-nav-divider li:first-child { margin-left: 10px; }
Regards
thank you! Ninja
jcruz2016 Welcome!