New Landing How can we help? Themeforest Theme Support Dante Parallax Bug / Window Height

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #73574
    seanarcher
    Member
    Post count: 55

    hey there,

    I’ve got the following problem: I have a parallax image with text on it, image-height: window height.
    so far so good, but when i resize my browser a little bit smaller the parallax images “jumps” about 200px to the right, resulting in a white “block” on the left side of the image. any ideas how to fix that ?

    #73710
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please could you provide me with the link so I can test for myself?

    – Kyle

    #73712
    seanarcher
    Member
    Post count: 55
    This reply has been marked as private.
    #73720
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can you update to the latest version of the theme and let me know if this fixes the issue

    – Kyle

    #73722
    seanarcher
    Member
    Post count: 55

    i think it should be the latest version, isn’t it? its running 2.53

    #73723
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No, 2.54 has been released, it will be available through the wordpress admin

    – Kyle

    #73725
    seanarcher
    Member
    Post count: 55

    i just updated to 2.54… the problem is still there ๐Ÿ™

    #73732
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok please add this to your custom css:

    @media only screen and (min-width: 1200px) {
    .alt-bg {
        margin-left: -210px !important;
        padding-left: 210px;
        padding-right: 210px;
    }
    }

    – Kyle

    #73737
    seanarcher
    Member
    Post count: 55

    thanks, but unfortunately it didn’t fix it

    #73742
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I see that you have this at the top of your child theme css:

    .alt-bg {
        border: 0 none;
        margin: 0 !important;
    }

    You need to remove this to make my code work

    – Kyle

    #73743
    seanarcher
    Member
    Post count: 55

    stupid me, didn’t see that ๐Ÿ˜‰ now its working..thanks for the hint!

    #73747
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    – Kyle

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register