Breadcrumbs alignment not fixed
-
Dear Madam/Sir,
My website is displaying the breadcrumbs correctly, but it seems their position on the page is not fixed. I.e. when I increase or decrease the width of my browser, all text on the page moves accordingly but the breadcrumbs do not. The breadcrumbs do seem to be responsive, since on a small screen they are displayed vertically.
I use the following code,
.breadcrumbs{ margin: 30px 0 0 10px; position: relative; float: center; }
ensuring the breadcrumbs are displayed at the preferred height, e.g. https://rentindicator.com/city-rent-averages/portugal-rent-averages/lisbon-rent-averages/.
I want the breadcrumbs to be aligned right above the title of the page (e.g. Lisbon Rent Averages). Moreover, I want it to be ‘fixed’, i.e. move in according with the width of the browser. How should I change the styling code, or is it a php issue?
Best,
Luca Spanjaard
- The topic ‘Breadcrumbs alignment not fixed’ is closed to new replies.