Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Logo slider goes wrong in Chrome

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #168781
    DreadyE
    Participant

    Hi All,

    I am trying for days and i can’t fix it, would love some help.
    On my site (www.mymalls.com) I have a logo slider in the bottom. Works as a charm in firefox. In chrome however it indents to the right. I noticed with firebug it jumps 302px to the right.

    So I made this workaround for chrome:

    @media screen and (-webkit-min-device-pixel-ratio:0) { 
        ul.logos-slides { margin-left: -302px !important }
    }

    When i do this my slider jumps 302px too much to the left side.
    So from too much space on the left we jump to too much space on the right… How could i center it?

    I hope you guys, which i know are smart, can/will help me! :)

    #168783
    Paulie_D
    Member

    I’m not sure why your JS is changing the position of the UL but that would be the place to look, I think.

    I’ll move it there since I think that’s the source of the issue.

    If not, I can easily move it back.

    #168784
    Paulie_D
    Member

    Hmm…seems it’s working fine now.

    #168787
    DreadyE
    Participant

    When i resize my browser window to 1300px it’s not working.

    Aaaarrrghhhhh :P Getting nuts from this ;)

    #168797
    DreadyE
    Participant

    Ok, case closed… It was the Lazy Load Worpress plugin which gave me a hard time…

    Thanks for the help! :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.