how is it possible to increase the distance from the bread crumbs?
This topic has 8 replies, 1 voice, and was last updated 4 years, 3 months ago ago by Franktwist
how is it possible to increase the distance from the bread crumbs?
Hello,
Yes, sure. Go to Theme Options > Breadcrumbs > increase the breadcrumbs paddings https://prnt.sc/114vvdr
Regards
it doesn’t seem to work
Hello Franktwist
Send us your website temporary wp admin access so that we will check your issue in more details and provide you customer support.
Robert Hall
enter access
I await feedback
Hello,
You use the Yoast SEO: WooCommerce plugin that replaces theme breadcrumbs. So, I added the below code to child theme style.css to change the padding and align breadcrumbs
.breadcrumbs.woo-breadcrumbs {
max-width: 1170px;
width: 100%;
margin: auto;
padding: 20px 15px;
}
Regards
Hello,
You use the Yoast SEO: WooCommerce plugin that replaces theme breadcrumbs. So, I added the below code to child theme style.css to change the padding and align breadcrumbs
.breadcrumbs.woo-breadcrumbs {
max-width: 1170px;
width: 100%;
margin: auto;
padding: 20px 15px;
}
Regards
ok thanks,
looks OK
The issue related to '‘bradcrumbs distance’' has been successfully resolved, and the topic is now closed for further responses