Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1218860

    hello there,

    got again the problem, that in a 2 column row the pictures are not shown alway on top (at 767px).
    sorry, i don´t get it. :-/
    and should be in my option a standard in your theme. would be very nice! :-)

    could you send my the right code in my case please?

    thanks a lot,
    felixl

    #1219901

    Hey felixl,

    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){
        .home #av_section_2 .flex_column_table, .home #av_section_5 .flex_column_table {
            display: flex;
            flex-direction: column-reverse;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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