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

    Hallo, habe hier einen Content der erst bei Scrollen über dem Slider liegt.
    Vorher wird der nicht angezeigt.

    View post on imgur.com

    View post on imgur.com

    #979870

    Hey Reinhard,
    Sorry für die späte Antwort. Ich glaube, das lag daran, dass das Element beim Laden der Seite einen niedrigeren Z-Index als der Slider erhalten hat.
    Bitte versuchen Sie diesen Code im Feld General Styling> Quick CSS:

    
    #top.page-id-309 #fullscreen_slider_1 {
    z-index: 0 !important;
    }
    #top.page-id-309 .flex_column.avia-builder-el-1 {
    z-index: 10 !important;
    }

    Wenn dies nicht hilft, fügen Sie bitte einen Administrator-Login in den privaten Inhaltsbereich ein, damit wir genauer hinsehen können.

    ———

    Sorry for the late reply, I believe this was because the element was getting a lower z-index than the slider on page load.
    Please try this code in the General Styling > Quick CSS field:

    #top.page-id-309 #fullscreen_slider_1 {
    z-index: 0 !important;
    }
    #top.page-id-309 .flex_column.avia-builder-el-1 {
    z-index: 10 !important;
    }

    If this doesn’t help please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #980161

    Hallo Mike, hat funktioniert.

    Danke – Ticket kann geschloßen werden

    #980187

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Content über Header Slider’ is closed to new replies.