Hi there,
I am using a transparent header, so I followed instructions on how to get breadcrumbs using shortcode.
I also used css to tweak the position. It looks/works great on desktop, but on mobile/tablet, its not clickable at all. Any idea why?
Also is there a way for me to adjust the css only for mobile/tablet? I would like it to have another font color and background on mobile/tablet.
Thanks!
Hey janicenisha!
Try adding this to your custom CSS.
@media screen and (max-width: 767px) {
.title_container { top: -25px !important; }
}
Regards,
Elliott
Hi Elliot,
Thanks but the links are still not clickable on mobile. Any idea why?
Would also like to check, to create breadcrumb shortcode, there was one change to be made in Enfold/template-builder.php. Does this mean that each time I replace the theme I will have to make the change to the Enfold/template-builder.php ?
Hey!
about which links are you talking about? I checked on mobile and your breadcrumbs are clickable for me. Can you elaborate please?
Cheers!
Andy
Hi Andy,
Yes looked like it worked, but my client has decided to do away with breadcrumbs (phew) you can go ahead and close this ticket.
Thanks for your time