Tagged: ,

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

    Hi,

    If you visit the link provided, you’ll see we have images inside 1/5 spacing elements. Is there a way to keep them evenly spaced apart while making them appear at least 50% smaller?

    Thanks

    #324384

    Hi 500Webmaster!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-3024 .flex_column.av_one_fifth img {
    width: 50%;
    }

    Best regards,
    Yigit

    #325546

    Hi Yigit

    Thanks – I’ve added this code, cleared cache and cookies and have even viewed from another browser but it’s not showing any changes. Do you see a difference on your side?

    Best

    #325552

    Hey!

    Please try adding !important rule as following

    .page-id-3024 .flex_column.av_one_fifth img {
    width: 50% !important;
    }

    Regards,
    Yigit

    #332414

    Hi Yigit,

    Sorry for the late response – I wanted to give it time to see if the new code would kick in, but there’s still no change.

    #333200

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #333911
    This reply has been marked as private.
    #333917

    Hey!

    There were 2 dots missing in front of your classes in two custom code. I added them and move the code to top of Quick CSS field and it does work fine now. Please review your website

    Cheers!
    Yigit

    #334356

    Working now, thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Image Elements Too Large’ is closed to new replies.