caitie1
-
Posts
10 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by caitie1
-
-
Have the same question as well, @tuanphan. Also looking to make the image and title clickable with the same clickthrough as the button URL.
Edit: I was able to figure it out by removing the specific selectors in the CSS code that @bangank36 shared. The working code is:
.list-item-content__button-container {
position: static !important;
}
.list-item-content__button:after {
content: '';
position: absolute !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Lightbox Form not scrolling on mobile (iOS in particular)
in Customize with code
Posted
@tuanphan I found this post months later and wanted to let you know that your solution does fix this problem. Thank you! Can't believe this is still a problem.