• Resolved LINK3D

    (@linkmatt)


    Hi,
    the images which I want to compare are exactly the same size, but the image on the right side is always shifted a few pixels to the bottom.
    Is it a bug or am I doing something wrong?

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

Viewing 1 replies (of 1 total)
  • Hi
    Thanks for contact with support. Actually, this happens for the CSS of your theme. There is margin-top: 0 for the .post-formatting img:first-child class and margin-top: 10px for .post-formatting img class on http://link-architekturvisualisierung.de/wp-content/themes/kalium/assets/css/main.css?ver=2.9,

    So, this push down the second image at 10px down.

    Please add the following style on your theme to fix these issue.

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

    Hope this solves your issue.

    Thanks again for contact with support. If you satisfy with our plugin, please give us a five-star rating from here to keep us motivated. Your motivation will help us to improve this plugin.

    Thanks
    Mobashir

Viewing 1 replies (of 1 total)
  • The topic ‘Image placement’ is closed to new replies.