Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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, 3 months ago by Lin84.
    #1412097

    Hey 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,
    Rikard

    #1412147

    Mei mir werden die Zeilen auf meinem iPhone nur untereinander angezeigt und nicht nebeneinander wie auf dem PC;
    Siehe Screenshots.

    #1412237

    Hi,
    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,
    Mike

    #1412303

    Ich 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.

    #1412331

    Hi,
    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,
    Mike

    #1412482

    Ok, 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.

    #1412533

    Hi,
    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,
    Mike

    #1412587

    Hello,

    Ok, strange. No I have not changed anything more.
    But then it seems to be correct now. Thanks for your effort anyway.

    #1412599

    Hi,

    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,
    Rikard

    #1412603

    thanks, you can close.

    #1412611

    Hi,
    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Zeilen zeigen sich nicht nebeneinander auf mobile Geräten an’ is closed to new replies.