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?
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
Never mind, I found it right after posting this question. For those also looking to do this.
@media only screen and (max-width: 990px) {
#wrap_all {
position: relative !important;
}}
Disregard, I found the solution elsewhere.