Forums

[resolved] breadcrumb links not working in FF (2 posts)

  1. rshandel
    Member
    Posted 3 months ago #

    I have created breadcrumb links and they work fine on all browsers for pages within the website, however, they don't seem to work on the blog side in FF and mobile(have to open a new window in a droid).

    whether I hard code it or us <a href="<?php echo esc_url( home_url( '/' ) ); ?> ">Home</a> for example, the link doesn't work in FF.

    I'm thinking it may have something to do with the <div> container its in as I can make a regular link outside of this <div>

    Any help debugging would greatly appreciated!

    Interior page:

    blog home page:

  2. rshandel
    Member
    Posted 3 months ago #

    I think I figured it out. The <div> container was style with a float:left; and padding:. When I removed the float:left; the links work!

Reply

You must log in to post.

About this Topic