Hi there,
Im having trouble with the breadcrumbs navigation on the mobile site, my breadcrumbs are set to parallax with image on my desktop site but it doesn’t show up on my mobile site.
I cant view it on my ipad or iphone. But when I set it to default breadcrumbs it shows up fine on desktop and mobile, which is pretty boring. I did check out this demo link and these breadcrumbs work on both mobile and desktop. https://www.8theme.com/demo/royal/?page_id=22341
So Im abit confused because it should be a flick of a button really. Am I doing something wrong or missing css code?
p.s I have check out this forum and it doesn’t work
Hello,
To show “Return to Previous Page” text you need add this code into custom.css file:
@media (max-width: 979px) {.back-to {
margin-top: 30px;
display: block;
}}
How to create custom.css you can watch at this link.
Thank you.
Regards,
Eva Kemp.
Do you have a section where I can customise the mobile version of my site?
Thanks