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

    Morning,
    I have built this page http://www.events-intelligence.com/about-us/ but on mobile I would like the images to be on top of the text on both team members. Is there something I can do to force this to happen.
    Logins below
    Many thanks in advance
    Kim

    #1012954

    Hey bauchope,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #top.page-id-519 #av_section_3 .entry-content-wrapper {
    display: flex !important; 
    flex-wrap: wrap !important; 
    }
    #top.page-id-519 #av_section_3 .flex_column.avia-builder-el-first {
        order: 2 !important; 
    }
    #top.page-id-519 #av_section_3 .flex_column.avia-builder-el-last {
        order: 1 !important; 
    }
    }

    Best regards,
    Mike

    #1013543

    Perfect. Thank you very much

    #1013604

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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