Your breadcrumbs are in a div with id="breadcrumbs" so you could add padding-left or margin-left inside a media query that selects only the wide screen mode. Something like this in user.css
Code:
@media (min-width: 992px) { #breadcrumbs { margin-left: 150px; } }
Statistics: Posted by ceford — Wed Mar 13, 2024 6:06 am