• Resolved ikonaut

    (@ikonaut)


    Congratulations on your application!
    Our problem is that the second selected image is displayed further down (although they are both exactly the same size), or if we enable “enable preloader”, both images slide down. We have already turned off the cache, but the problem still exists. Can it be related to the ACF Pro we are using?
    Thank you very much for your feedback!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Abu Hena

    (@codexa)

    HI @ikonaut

    After checking your site just found that your theme or plugins use a CSS margin to the image which directly affects all the images on your site. See following https://prnt.sc/j5BkffjGEBD9
    In this case to solve the issue, Please use below CSS code and add it to your custom CSS customizer.

    .bafg-twentytwenty-container img {
    margin: 0;
    }

    This will solve your issue.


    Regards
    Themefic Plugin Team

    Thread Starter ikonaut

    (@ikonaut)

    Dear Mr Hena
    Thank you very much for your quick reply, this works well!

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images offset’ is closed to new replies.