Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #22668

    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.

    #116761

    Hi,

    Can you give us a link to the problem?

    There are 2-3 updates currently starting from Enfold’s release.

    Regards,

    Ismael

    #116762

    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.

    #116763
    #116764

    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

    #116765

    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

    #116766

    Thank you, that did the trick.

    Cheers,

    – John

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Bug – Multiple pictures in a section’ is closed to new replies.