-
AuthorPosts
-
April 9, 2020 at 10:03 am #1202184
Hi,
I have problems with the representation of pictures and texts.
Desktop:
Text – image
Text – image
Etc.Mobile:
Text – image
Image – text (wrong)
Text – image (would be correct)
Etc.How can I change this?
Best Regards
StefanApril 10, 2020 at 6:16 am #1202577Hi Stefan,
Thanks for the screenshots. Could you post a link to where we can see the actual elements as well please?
Best regards,
RikardApril 14, 2020 at 1:48 pm #1203575This reply has been marked as private.April 16, 2020 at 7:15 am #1204271Hi Stefan,
Thanks for that. I see that you have duplicate ids, you have hello as the ID in the first two Grid Rows. Could you change one of them please? Otherwise we can’t target the CSS properly. We can do it for you but I wanted to ask first since I don’t want to mess anything up on your site.
Best regards,
RikardApril 16, 2020 at 8:53 am #1204304Hi Rikard,
I changed it.
But that was only the side – we affected about us.Everything seems to be normal on the Business Coaching website.
Although there is also the problem with the mobile arrangement.Thanks for changing!
Best Regards
StefanApril 18, 2020 at 5:42 am #1204800Hi Stefan,
Thanks for that. Please try this in CSS to check if it works for the über uns page:
@media only screen and (max-width: 767px) { #av-layout-grid-2, #av-layout-grid-3 { display: flex; flex-flow: column; } #av-layout-grid-2 .flex_cell:first-child, #av-layout-grid-3 .flex_cell:first-child { order: 2; } }
Best regards,
RikardApril 18, 2020 at 3:26 pm #1204954Hi Rikard,
no, it does not work.
The first two pictures work and then there is a relatively large gap and then the text against picture-picture (very close to each other).It doesn’t look professional on the smartphone.
I saw in the forum that this problem occurs more often, is there no general solution?
Unfortunately, it is always annoying to deal with the customer for this reason!Unfortunately I had the problem with every demo version of you.
Best Regards
StefanApril 27, 2020 at 2:49 pm #1207526Hi,
The order text – image, image text, … (or vice versa) in the mobile display does not match the desktop view.
That is actually the expected layout of the cells on mobile view. The the cells or elements will just stack above each other and will not automatically switch in alternating position. One solution is to hide the cells with images and instead display an actual Image element above the text and have them display only on mobile view.
Best regards,
IsmaelApril 27, 2020 at 3:32 pm #1207531Hi,
ok!Best Regards
StefanApril 27, 2020 at 6:14 pm #1207559Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonApril 27, 2020 at 6:31 pm #1207569Hi,
yes, you can close.Best Regards
StefanApril 27, 2020 at 6:36 pm #1207571Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Problems order image display mobile / desktop’ is closed to new replies.