Hi all,
I’m looking to make the breadcrumbs on my site responsive. I realized it goes into an entirely different position when I’m viewing it on a larger screen.
Does anyone know how I can fix it to be at the start of the image for all views?
This is my current code:
.breadcrumb{
margin-left: 14%;
margin-bottom: 30px; }

