简体   繁体   中英

Logo link issues with browser width lower than 992px

I am experiencing issues with the main logo link when the browser width is lower than 992px. It's working fine above this width.

Link is www.bestkennels.ie . If you visit any page and click the logo it should bring you back to the homepage. It seems only the top part of the logo is clickable. If i inspect in the dev tools i dont see any logo height issues.

I've tested in the latest Mac versions of Chrome and Firefox

Thanks for any advice.

The problem is that div#navbar is covering part of your clickable logo. Its height should not be so large. You should use a margin-top to properly separate the elements instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM