Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #866848

    Hello!

    I am building this site / password is chicmamaschic

    The images look great on the front page when viewed on mobile / browser resized, the images next to each other resize in an off fashion. I would like to remain the squareness of the images, as it seems every other is getting squished horizontally.

    Any assistance is appreciated!

    #867211

    Hey dvus4l,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .flex_column.av_one_half.flex_column_table_cell.av-equal-height-column {
        min-height: 390px;
        padding: 50% 20% !important;
      }
    }
    

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

    #867926

    Victoria,

    Thank you so so much! You are always extremely helpful!

    #868047

    Hi dvus4l,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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