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

    I have my columns set to Equal Heights. However, my Accordion element is floating to the top, which does not give the look the top-bottom semetry that I would like. So, is it possible to anchor the Accordion to stick to the bottom of the column, so that all columns are visually the same height?

    You can see the page in Private.

    #1003527

    Hey laptophobo,

    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 (min-width: 767px) and (max-width: 1023px) {
      .flex_column.av_one_third  .avia-team-member  {
        min-height: 320px;
      }
    }
    @media only screen and (min-width: 1024px) {
      .flex_column.av_one_third  .avia-team-member  {
        min-height: 340px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1003882

    Thank you Victoria. That worked nicely.

    #1004318

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘anchor an element to the bottom of a column’ is closed to new replies.