Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1189455

    Wenn ich den Slider zuerst setze und dann das Bild funktioniert es mit dem negativen Margin, andersrum aber leider nicht.
    Wenn ich zuerst das Bild platziere und dann dem Slider ein negativen Margin gebe, setzt der Slider sich leicht über das Bild. Das Bild soll aber im Vordergrund stehen.

    #1189616

    Hey Lin84,

    Could you post a link to where we can see the results you are getting please? A screenshot or mockup highlighting your intentions would help as well if you have that available.

    Best regards,
    Rikard

    #1189641
    This reply has been marked as private.
    #1189879

    Hi,

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

    .home .avia-builder-el-4 {
        z-index: 0;
    }

    If you want assign a class to the 1/1 element with the garden picture (the one which is overlapped), then please assign a class to the element and use that instead:

    .your-class {
        z-index: 0;
    }

    Best regards,
    Rikard

    #1190026

    Das funktioniert leider nicht

    #1190297

    Hi,

    What exactly is not working? Which method did you use? The ID of the element has change on your site now, you would have to use this instead:

    .home .avia-builder-el-6 {
        z-index: 0;
    }

    Also, you are using a caching plugin. Do you know how to clear the cache from that before you check the results?

    Best regards,
    Rikard

    #1196902

    Das hat jetzt auf der Home Seite funktioniert.
    Auf der Kontaktseite wollte ich es auch einrichten.
    Dafür habe ich dann folgenden Code eingefügt.

    .kontakt .avia-builder-el-4 {
       z-index: 0;
    }

    leider zeigt es sich aber nicht richtig an. Was habe ich falsch gemacht?

    #1197576

    Hi,

    Please try this CSS instead:

    #layer_slider_1 {
      z-index: 0 !important;
    }

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.