-
AuthorPosts
-
January 31, 2019 at 9:21 pm #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.1528987279Is there a way for this page to stack up in order on mobile – Image / text, Image text etc
February 1, 2019 at 6:13 am #1061371Hey 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,
VinayFebruary 1, 2019 at 12:00 pm #1061485Hi 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
ToddFebruary 3, 2019 at 4:38 pm #1062279Hi Todd,
Please refer to a solution posted here
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 7, 2019 at 11:27 am #1064026Hi 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
ToddFebruary 9, 2019 at 9:27 pm #1065000Hi Todd,
I adjusted the code, it works in most cases, but not all.
Best regards,
VictoriaFebruary 10, 2019 at 11:16 am #1065082Hi 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
ToddFebruary 11, 2019 at 7:11 pm #1065615Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.