Hover over image iphone issue

Hi

I have a website www.irhwebsites.com/portfolio.html

On a pc, you hover the image link and a blue bar appears with a chain link and image and click on that and it opens the website in a new window

For some reason, it is not having the blue bar appear so the user can’t click through to the clients website

Any ideas how to solve it

Kind regards

Ian

Hi,

Add a height and width to the anchor as the target area seems to collapse to nothing for mobile.

e.g.


#carousel_wrapper li a, #portfolio_list li a {
    height: 160px;
    width: 220px;
   display:block;
}


Hover isn’t supported on mobile but a first click should show the blue link and then another link will navigate to the site.