Hello,
As the title indicates, you'll see some anomalies on the left side of the home page as shown in the attached screenshot.
The template has just been installed with Joolma 5.
Thank you for your assistance.
Sincerely
Agrivita: anomalies on the left side
Hi yvan01,
You can add the following CSS code to your site: Backend > Site template styles > ja agrivita > Tools > Custom CSS:
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
cursor: pointer;
overflow: hidden !important;
z-index: 1104;
display: none;
}