[Support request] Fullscreen Slider Startpage

Home Forums Support [Support request] Fullscreen Slider Startpage

Home Forums Support Fullscreen Slider Startpage

Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #328766
    Yannick
    body .inside-page-header-container.grid-container {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%)
    }

    http://cyrillucidokuhn.com/slider-header-content/
    Like this it almost works out… 😀
    When I open the page the first time it’s not centred, but if I change short the page proportions or reload the page it gets sometimes centred!?

    #328860
    Tom
    Lead Developer
    Lead Developer

    Looks centered to me on first load: https://www.screencast.com/t/6pTgk4jAUR5N

    #328870
    Yannick

    Yes I somehow manage to center it now on first load, but when I reload the page or minimise and maximise the browser it goes out of center. I don’t really get why this happens…

    #328891
    Yannick

    – deleted –

    #329125
    Yannick
    body .site.grid-container {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
    }

    http://cyrillucidokuhn.com/slider-page-content/

    here the same problem occurs.

    #329150
    Tom
    Lead Developer
    Lead Developer
    #329165
    Yannick

    Thank you Tom!

    It’s strange, here is what I see:
    Screen Shot 2017-06-06 at 12.39.18

    After reloading and minimising maximising it looks then like yours…

    #329374
    Tom
    Lead Developer
    Lead Developer

    What browser?

    #329703
    Yannick

    Safari

    Thanks in advance. I am leaving today on a trip for roughly 2 weeks – 1 month so I will take time to respond.

    Best wishes
    Yannick

    #329978
    Tom
    Lead Developer
    Lead Developer

    Can you try this?:

    body .site.grid-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
Viewing 10 posts - 16 through 25 (of 25 total)
  • You must be logged in to reply to this topic.