-
AuthorPosts
-
June 29, 2023 at 11:19 am #1412055
Ich habe in einem Raster 3 Zeilen, auf dem PC wird es richtig angezeigt und obwohl ich eingestellt habe, das auf den Mobilen Geräten die Zeilen ebenfalls nebeneinander stehen sollen wie auf dem PC, wird es nicht so angezeigt.
- This topic was modified 1 year, 5 months ago by Lin84.
June 29, 2023 at 7:58 pm #1412097Hey Lin84,
The grid at the top of the page goes to 100% width at 767 pixels on my end. If there is something wrong with that, then please try to explain the problem a bit further, or post a screenshot highlighting it.
Best regards,
RikardJune 30, 2023 at 11:10 am #1412147Mei mir werden die Zeilen auf meinem iPhone nur untereinander angezeigt und nicht nebeneinander wie auf dem PC;
Siehe Screenshots.July 1, 2023 at 11:10 pm #1412237Hi,
As I understand your request you would like the columns to be three across on mobile also, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #top #wrap_all .flex_column.no_margin.av_one_third { width: 33.3%; } .responsive #top #wrap_all .flex_column_table_cell { display: table-cell; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJuly 3, 2023 at 6:21 am #1412303Ich habe die Anpassung auf 50% gemacht, da ich wollte das nur 2 Zeilen sich nebeneinander anzeigen.
Leider sieht es auf dem Mobilen Geräten trotzdem nicht richtig aus.
Siehe Screenshot.July 3, 2023 at 12:47 pm #1412331Hi,
Try removing your css and try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #top #wrap_all .flex_column.no_margin.av_one_half { width: 50%; } .responsive #top #wrap_all .av_one_half.flex_column_table_cell { display: table-cell; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJuly 5, 2023 at 8:06 am #1412482Ok, danke das hat funktioniert.
Jetzt habe ich aber auch noch ein Problem mit der Position bei dem mobilen gerät.
Seltsamer weise funktioneirt es in einem Raster aber nicht in dem nächsten.
Auf dem PC wird es richtig dargestellt.
Auf dem Handy wird es bei dem ersten Raster ebenfalls richtig angezeigt (jeweils zuerst Text, dann Galerie)
Bei dem 2ten Raster aber nicht. Da ist zuerst die Galerie und dann der text. Obwohl ich das Raster kopiert habe und nur den Inhalt geändert habe.
Cache und Verlauf habe ich bereits gelöscht.
siehe Screenshots.July 5, 2023 at 6:30 pm #1412533Hi,
Thank you for the link to your site and the screenshots, from your screenshots it looked like only SUITE was wrong with the text below the image on mobile, but when I check your page it is not like the screenshot, it looks like you have corrected the issue. Did you already correct the issue?
Please see the screenshot in the Private Content area of what I see.Best regards,
MikeJuly 6, 2023 at 5:18 am #1412587Hello,
Ok, strange. No I have not changed anything more.
But then it seems to be correct now. Thanks for your effort anyway.July 6, 2023 at 10:19 am #1412599Hi,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardJuly 6, 2023 at 10:43 am #1412603thanks, you can close.
July 6, 2023 at 12:44 pm #1412611Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Zeilen zeigen sich nicht nebeneinander auf mobile Geräten an’ is closed to new replies.