Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #546806

    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!

    #547178

    Hey janicenisha!

    Try adding this to your custom CSS.

    @media screen and (max-width: 767px) {
    .title_container { top: -25px !important; }
    }

    Regards,
    Elliott

    #547224

    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 ?

    #548306

    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

    #548644

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Breadcrumbs shortcode not clickable on mobile version’ is closed to new replies.