No link on my picture with chrome
-
I made a 3 columns to show the main picture of articles, on the cathegorie page, but in chrome i cant click on it, for the columns 2 and 3, to link to the articles.
It works well with mozzila and safari.This is the link to the page : https://dinettemagazine.com/?cat=2
for my css it’s:
.blog-wrap {
margin: 0 auto;
}.blog-wrap #primary {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;
-webkit-column-gap: 5px; /* Chrome, Safari, Opera */
-moz-column-gap: 5px; /* Firefox */
column-gap: 5px;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘No link on my picture with chrome’ is closed to new replies.