Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1321601

    Hallo,
    wir haben aktuell das Problem, das die Spalten Hervorhebung (Highlight Spalte) überlappt wird und nicht korrekt hervorgehoben wird.
    Auf der Startseite sind 3 Spalten nebeneinander und nur die mittlere Spalte hat die Hervorhebung aktiviert.
    Im Frontend wird die mittlere Spalte allerdings überlappt von der Spalte rechts daneben.
    Enfold ist die neueste Version! (4.8.6.2).
    Habt Ihr eine Lösung für das Problem?

    Vielen Dank
    Jörg Fiedler

    #1321705

    Hey screener,

    Thank you for the inquiry.

    Adding the following css code in the child theme’s style.css file should help.

    .flex_column_table .flex_column:nth-child(2) {
        z-index: 9999;
    }
    

    If you need a more specific selector or if you need to apply this modification to the columns in this specific page only, you can add a custom css class name to the column elements as described in the following documentation.

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #1321725

    Thanks Ismael,
    it works.

    Best regards
    Jörg

    #1321863

    Hi,

    No problem. Glad we could be of help. We will close this thread now. Please feel free to open another if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Highlight Spalte wird überlappt’ is closed to new replies.