Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1364429

    Hallo Kriesis
    ich habe drei Drittel Spalten Elemente erzeugt, sie mit drei Bildern gefüllt. Auf einem großen Bildschirm sieht es auch gut aus, aber auf einem Handy ist nach dem ersten Feld kein Abstand zum nächsten Feld… Ich habe versucht das über einen css Eintrag zu ändern, aber ohne Erfolg.

    und
    Meine Verlinkung der Hintergrundbilder dieser Felder funktioniert nur, wenn ich den Spaltenlink in einem neuen Fenster anzeigen lasse. Ich möchte aber gern, dass man im selben Fenster bleibt.

    Vielen Dank für Eure Hilfe
    Jutta

    #1364449

    Hi Jutta,

    Could you try updating the theme to the latest version (5.1.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1364488

    Hi Rikard,
    unfortunately still the same error on mobil screens…
    Any suggestions?
    Cheers Jutta

    #1364512

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .flex_column_table .av-zero-column-padding {
      padding-bottom: 20px;
    }
    }

    Best regards,
    Rikard

    #1364751

    nope unfortunately that did not help….

    #1364816

    Hi,

    Could you post a screenshot highlighting exactly what it is that you want to alter or remove please?

    Best regards,
    Rikard

    #1364819

    thanks for your reply
    if you limit the width to mobile screen, you will see, that the first greenish content box with the logo does not have a space underneath as all the other once following …

    #1364837

    Hi,

    Thank you for the update.

    To add some space or margins between the first and second item, please try to add this css code.

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .flex_column:first-child {
            margin: 0;
            margin-bottom: 20px;
        }
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1364903

    Thanks Ismael,
    that worked.
    Cheers

    #1364942

    Hi,

    Great, I’m glad that Ismael 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

    #1364994

    thanks – you can close the topic

    #1365007

    Hi angereichert,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Abstand Textboxen auf kleinen Screens falsch’ is closed to new replies.