Hello, i am using the Avia Layout Builder on Enfold template. I have 3 images above some text. I have an issue when adding a link to the images as the whole flow breaks as soon as the mouse touches the image. The images fall down below the rollovered image… If the mouse retracts the layout does not retract to original flow…
The code that i am using for the images is:
<a href="../../images/medi/large/01.jpg"><img alt="" src="../../images/medi/small/01.jpg" /></a><a href="../../images/medi/large/01.jpg"><img alt="" src="../../images/medi/small/02.jpg" /></a>
Hi Magh,
There was an old bug that did something similar to this so if you are not using Enfold 2.0 please update your theme files and see if that fixes the issue.
I did a quick how-to video for updating here: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Updated to the the new 2.0 version but still does the same thing. I did publish the page and refresh cache in my browser. But if the image has a link all the following ones break and go down the clicked one…. i do not want to add individual columns for each image because we have so many per gallery.
Please advise, Thanks
Hey,
Can you give us a link to the page? You can add class=”alignleft” to the anchor tag.
Regards,
Ismael
Thanks, adding the class solve it. I had just to adjust the extra padding/margins given by the class in the base.css. Thanks again!