Tagged: 

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

    Hi Nikko,

    Regarding the solution you provided on this topic – https://kriesi.at/support/topic/swap-columns-on-mobile/

    It worked only if the columns are set to standard settings with individual height.

    If we set column settings of Equal Height Columns to ‘Equal’ and Vertical Alignment to ‘Middle’ this code is not working anymore:

    @media only screen and (max-width: 767px)  {
    .column-push-pull .entry-content-wrapper {
    display: flex !important;
    flex-direction: column-reverse;
    }
    }

    Can you please set a page with Color section, including two columns inside it, set the Equal height to Equal and Vertical Alignment to Middle test it on your Enfold environment?

    Regards

    #799851

    Hey L,

    I have set it up as you have described and in Section ID of the Color Section I put test (you can use other id) then added this css code in Quick CSS:

    
    @media only screen and (max-width:767px) {
      #test .flex_column_table.av-equal-height-column-flextable {
        display: flex !important;
        flex-direction: column-reverse;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #799856

    Perfect! It saved me a lot of time figuring this out! Thanks Nikko!

    #799858

    Hi L,

    You’re always welcome, just glad we could help. Thanks for using Enfold as always :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Swap columns on mobile – push/pull css’ is closed to new replies.