Multiple pictures stacked in a 1/5 – 1/3rd divider become un-centered after two pictures.
Example, I was trying to stack 4-5 logo’s vertically and after the 2nd the 3rd gets shifted off.
Thanks.
p.s. there are a lot of layout problems and formatting issues with the responsive ipad rendering. Do you guys have an ETA when we’ll start to see some fixes and updates? Not sure how often you guys fire out updates on Themeforest.
Hi,
Can you give us a link to the problem?
There are 2-3 updates currently starting from Enfold’s release.
Regards,
Ismael
Is there an email address I can sent the link to? By the way, I’m looking at the screen using Firebug and the containers are definitely off center for the middle graphic in the column. Weird.
Hi,
Yeah, I can reproduce the problem. Somehow the second image produce this class
class="avia_image avia-builder-el-2 el_after_av_imageavia-align-center "
It should be
class="avia_image avia-builder-el-2 el_after_av_image avia-align-center "
I’m not sure why it is doing this so let me tag the rest of the support team.
Regards,
Ismael
Hi,
For the meantime you can add this on your custom.css to fix the alignment.
.avia_image.avia-builder-el-4.el_after_av_imageavia-align-center, .avia_image.avia-builder-el-12.el_after_av_imageavia-align-center {
margin-left: 30px;
}
Regards,
Ismael
Thank you, that did the trick.
Cheers,
– John