Hi,
I’m using a breadcrumbs shortcode as shown here: http://russcondev.teamonedesign.com/about-us/, but I need to center it under the heading. Can you please help?
Thanks!
Hey bobjonesdesigns,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.breadcrumb-trail .trail-before, .breadcrumb-trail .trail-end, .breadcrumb-trail .sep, .breadcrumb-trail a, .breadcrumb-trail .bbp-breadcrumb-current {
display: inline !important;
float: none !important;
padding: 0 !important;
}
.breadcrumb-trail .trail-before {
display: none !important;
}
.breadcrumb.breadcrumbs.avia-breadcrumbs {
width: 100%;
margin: auto;
}
Then clear your browser cache and check.
Best regards,
Mike
Worked! Thank you!
Hi bobjonesdesigns,
Glad that Mike helped you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko