-
AuthorPosts
-
March 2, 2020 at 3:22 pm #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.March 3, 2020 at 8:39 am #1189616Hey 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,
RikardMarch 3, 2020 at 10:02 am #1189641This reply has been marked as private.March 4, 2020 at 4:15 am #1189879Hi,
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,
RikardMarch 4, 2020 at 12:45 pm #1190026Das funktioniert leider nicht
March 5, 2020 at 5:45 am #1190297Hi,
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,
RikardMarch 24, 2020 at 5:14 pm #1196902Das 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?
March 25, 2020 at 6:29 am #1197576 -
AuthorPosts
- You must be logged in to reply to this topic.
