Incorrect placement of <a></a> tag in mobile view in Empire theme version 5.5.2

Hi,

There are two large image banners on my website, and I noticed the banners are not clickable in mobile view. (it works in the desktop view)

Turns out that the is moving down from the banner in mobile view. How could I fix this?

Thank you!

Attached 2 images show the difference of the placement of in different views

Hi @meiyalian ,

Go to Assets > theme.css and pa

.pxs-image-with-text.pxs-image-with-text-section-height-original .pxs-image-with-text-content-wrapper {
	position: absolute !important;
}

Hope it helps!

ste this at the bottom of the file:

Hi @meiyalian ,

I saw you liked my answer. If it helped you solve your issue, please mark it as a solution. Thank you and good luck.