Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1061201

    I really love the Team layout on Enfold 2017 demo
    https://preview.themeforest.net/item/enfold-responsive-multipurpose-theme/full_screen_preview/4519990?_ga=2.41158315.806977502.1548927238-1870516708.1528987279

    Is there a way for this page to stack up in order on mobile – Image / text, Image text etc

    #1061371

    Hey toddbarden,

    Thank you for sharing the details. But the link you posted is to the overview page. Please close the top bar and share the precise link to the page so we can help you with the shortcode you need to create the demo :)

    For more info please check the Grid docs.

    Best regards,
    Vinay

    #1061485

    Hi Vinay,

    Sorry I should have been clearer in my original support request.
    Ive recreated the team page for my site here – http://sennensurfingcentre-co-uk.stackstaging.com/team/
    (I have a coming soon plugin activated – please use the login details in private content to view the site)

    My question is:

    When this page is viewed on mobiles the order of text to photo is jumbled up. I noticed the same happens on the 2017 demo.
    Is there a way to dictate the order of the grid cells on mobile eg.
    Dave Pic 1, Dave Text 2
    Favio Pic 3, Favio text 4
    and so on?

    Many thanks
    Todd

    #1062279

    Hi Todd,

    Please refer to a solution posted here

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

    #1064026

    Hi Victoria,
    Thanks for the post above. Ive placed in the Quick CSS and it didnt seem to work so placed in the custom css file and still no change? any ideas?
    Im using a Enfold Child, if that makes a difference?
    cheers
    Todd

    #1065000

    Hi Todd,

    I adjusted the code, it works in most cases, but not all.

    Best regards,
    Victoria

    #1065082

    Hi Victoria,
    Thanks loads for your help. If I tweak the first part of the code further should I be able to get all the cells in the correct order?

    @media only screen and (max-width:767px){
    .page-id-9 #av-layout-grid-2, .page-id-9 #av-layout-grid-4,
    .page-id-9 #av-layout-grid-5,
    .page-id-9 #av-layout-grid-6,
    .page-id-9 #av-layout-grid-7,
    .page-id-9 #av-layout-grid-8 {
    display: flex;
    flex-direction: column-reverse;
    }
    }

    Thanks again
    Todd

    #1065615

    Hi Todd,

    Well, the flex works better for the container with child elements, not 4, that’s why it might not work as good.

    Best regards,
    Victoria

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