Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1125894

    Hi guys,

    could you please help me with this issue:

    I have 2 normal images and an easy slider in a 1/4 row – all of them below each other.
    I have cropped all images the exact same – and set them as displayed as full size.

    Problem now is, that the images in the easy slider are shown slightly bigger than the normal images above.

    What causes the issue? Could you please help me to find a solution?
    Thank you very much in advance.

    Best regards,
    Christina

    #1126457

    Hey christina-grab,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1126609

    Hey Victoria,

    yes of course!

    Here are the access data:

    Thank you very much for your support!!

    Best regards,
    Christina

    • This reply was modified 5 years, 3 months ago by Basilis.
    #1127392

    Hi,

    I have edited your post and please now change everything and provide details again as private field.

    Best regards,
    Basilis

    #1127618
    This reply has been marked as private.
    #1128338

    Hi,

    I have removed the credentials from your post because you have posted them public.
    Do again on private section

    Best regards,
    Basilis

    #1128472

    Hi Basilis,

    I’m sorry for the mistake- I thought I had set the complete reply as private…
    I now have changed the password.

    Thank you for your support.

    Best regards,
    Christina

    #1129074

    Hi,

    Thank you for the update.

    The image element has a default right margin. You can remove that with this css code.

    .avia-image-container.avia-align-left {
        margin-right: 0;
    }
    

    If you want to remove the top margin too, use this instead.

    .avia-image-container.avia-align-left {
        margin-right: 0;
        margin-top: 0;
    }
    

    Best regards,
    Ismael

    #1129157

    Hi Ismael,

    it works perfectly. Thank you very much for your support!!!

    You can close this topic now.

    Best regards,
    Christina

    #1129312

    Hi Christina,

    Glad we could help :)

    We are closing this one.

    If you need further assistance please let us know in another thread.
    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.