-
I have breadcrumbs set up on my site, but I would like to move them upward on the page so that they overlapping with the header (above the title words). basically, I just want to move the breadcrumbs to an arbitrary position vertically upwards. Is this possible using some custom CSS? For reference, this is my website, I am using the Hestia theme, and I am copying the CSS I’m already using below:
.rank-math-breadcrumb {
display: flex;
justify-content: center;
font-size: 14px;
color: #FFFFFF;
}.rank-math-breadcrumb > p {
background: #151515;
margin-bottom: 0;
padding: 0 5px;
}
.rank-math-breadcrumb a {
color: #91eaff;
}
The ticket ‘Moving Breadcrumb Position’ is closed to new replies.