Can I center the breadcrumbs instead of having them left aligned? If so, how?
Thanks,
Al
+6 hours later … Anyone …
Hey Al,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hello Rikard,
Here’s the link to our site – https://xtechni.ca/support/
As you can see the breadcrumbs appear right aligned (sorry, I wrote left in my original posting). I’d like them centered.
Al
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.title_container .breadcrumb {
right: auto !important;
left: 46%;
}
Regards,
Rikard
The problem with assigning a % for the left alignment is that if the breadcrumb is larger (or smaller) it doesn’t center on the page. Is there no responsive way to center a breadcrumb?