Hello,
Maybe you know a solution for the following:
The title + breadcrumbs on 2 rules on page: https://strikerdesign.nl/werk/soul-vibration/
on a small screen <767px I can’t get it centered. No matter what i try.
(I think it is the text in ‘breadcrumb breadcrumbs avia-breadcrumbs’)?
And can you send me the php code to display the breadcrumbs and pagetitel for the archive.php?
Can you pleas tell me how to?
Thanks in advance!
Hey strikerdesign,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
.breadcrumb-trail .trail-end {
margin: 0 auto;
display: block;
float: none;
}
}
Please refer to the docs
If you need further assistance please let us know.
Best regards,
Victoria