Hi, Unfortunetly the crop tool for the avatar image is not working on the frontend, on the backend its fine.
Your assistance would be much appreciated!
.imgareaselect-border1,.imgareaselect-border2,.imgareaselect-outer{z-index:1000 !important}
Hi,
your template content have a absolute position (set in CSS style) with z-index set to 955, our crop square have a z-index set to 100. so it is rendered behind your content.
You can fix this by adding a simple CSS rule:
.imgareaselect-border1,.imgareaselect-border2,.imgareaselect-outer{z-index:1000 !important}