Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1099026

    Hello Enfold partners!
    I’m struggling to remove the left and right margin space in magazine big image option.
    I tried to change the image size ratio and not succeed.

    reference image:

    magazine

    site url:
    http://www.efficienza.com.br

    #1099477

    Hey educode,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-magazine-entry a img {
      width:100% !important;
    }

    Best regards,
    Rikard

    #1103718

    Hi Rikard! Thanks for your help! But nothing changed :(

    #1103720

    Hey,

    There was a missing closing curly bracket in your custom CSS code. I added it and switched the code to following one

    .av-magazine-thumbnail img {
        width: 100%;
    }

    Please review your website :)

    Regards,
    Yigit

    #1103727

    Thanks Yigit!
    The image is now filling the box, but the result still cropping the image and the image looks blurry.
    How can I set the image to be 100% as it is?
    Appreciate your kind help!

    #1103728

    The width is the most important for us

    #1103885

    Hi,

    I checked the image but it is not cropped and not blurry on my end. Have you reuploaded the image and fixed the issue?

    Best regards,
    Yigit

    #1103919

    Hi Yigit, yes I was keen to solve as soon as possible.
    My solution was to upload a simple image with a link…
    The magazine’s big image was ugly as h…
    Thank you anyway!

    #1104057

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Magazine (first entry be displayed bigger) margins’ is closed to new replies.