Hi,
We’ve identified the problem, will try to provide a fix today until 23:00 GMT.
Best regards.
The Alfie Team
Hi,
We’ve identified the issue and we’ll provide a fix later today, before 23.00 GMT.
Best regards.
The Alfie Team
Hi,
Glad to let you know this issue has been fixed. Please update to the latest version, clear caches and see it working.
Best regards.
The Alfie Team
Thanks it is working now.
BTW – I had to add a bit of CSS to move the main image down as it was too high. Just noted it as other may have a similar isse
THANKS again
.condition-main-image {
padding-top: 45px;
}
Hi,
You could replace:
.condition-main-image {
padding-top: 45px;
}
with
.alfie-container {
clear: both!important;
}
in your css file, as a quick fix until we release the next version.
Best regards.
The Alfie Team