Home Forums Theme support Animacare theme: Menu does not appear on mobile version Reply To: Animacare theme: Menu does not appear on mobile version

Maybe this is a solution for you, please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this css code:

.cycle_element a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 10%;
	text-indent: -9999px;
}

This will add the link to the complete inner field of the description, it’s not perfect but maybe you can use it