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

    Hi, my images won’t line up correctly.

    I’ve set them to equal heights in two different ways.

    The top one is in 3rds in 3 columns.

    The bottom one is a grid module in 3rds.

    Neither one is working working.

    How can I make them equal heights?

    The information is in the private area.

    #793271

    Hey mikkijack,

    You can try this code:

    
    .page-id-4668 #av-layout-grid-1 .flex_cell:first-child,
    .page-id-4668 #av-layout-grid-1 .flex_cell:last-child  { width: 30.5%; padding:0px 15px 15px 15px !important; }
    .page-id-4668 #av-layout-grid-1 .flex_cell:nth-child(2) { width: 39%; padding:0px !important;}
    
    .page-id-4668 #av-layout-grid-1 .flex_cell .avia-image-container {
       padding:0px !important;
     }
    

    Please keep in mind that the widths and heights change as they adapt to the screen that contains them. The above code works for most laptop screens, but if you want it to appear exactly as you want them, you’ll have to create different values for different screens using media queries. https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    You can also use fixed pixel values for the widths instead of percentages. Please feel free to adjust the values to fit your preference.

    Best regards,
    Sarah

    #794165
    #794379

    Hi,

    Your post seems empty. Has Sarah’s reply helped or do you need further assistance on this case? :)

    Best regards,
    Yigit

    #797137

    You can close this one. I’m still waiting on a response from my latest post though. Thank you.

    #797246

    Hi,
    OK we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Can't get the columns to line up.’ is closed to new replies.