Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #763791

    I’m working on this page
    bodytalkminneapolis.com

    same image

    #763950

    Hey Nathan,

    To have the same size, you need to upload the second image with these dimensions: 363px X 334px – You can use photo editors like the Photoshop to do it.

    If you don`t want to do it, you can add this custom CSS code:

    
    .avia-builder-el-36 .avia_image {
     width: 363px;
     height: 334px;
    

    Let me know if it worked :)

    Best regards,
    John Torvik

    #764346

    “EVOLVED CAREER CONSULTING” image
    and
    “PAPERLESS INTAKE FORM” image are still different sizes from the rest, how can we make them the same size as
    ‘BODYTALK”, “SOLTEC” AND “SATYA”?

    Thanks for your help John I appreciate your time helping me with this.

    #766392

    Hi,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Give the images you like to target a class name “img-same-size”

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .img-same-size {
    max-width: 300px;
    min-width: 100%!important;
    }
    

    Let us know if you still have any issue, we are happy to help :)

    Best regards,
    Vinay

    #815567

    I found a solution thank you for your support

    #815720

    Hi,

    I’m glad you found a solution for this. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image Size Similarity’ is closed to new replies.