Slider Problem

Discussion in 'HTML & Website Design' started by nerdGraphic, Nov 28, 2014.

  1. #1
    Slider Problem

    I'm having problem with my slider it is not showing up from the center.

    Im using this http://kenwheeler.github.io/slick/
    [​IMG]

    It is supposed to look like this though

    [​IMG]
    Here is my website: http://raineerdelarita.comuv.com/nerbake/
     
    nerdGraphic, Nov 28, 2014 IP
  2. hdewantara

    hdewantara Well-Known Member

    Messages:
    538
    Likes Received:
    47
    Best Answers:
    25
    Trophy Points:
    155
    #2
    Hi.There's something wrong with your style.css,
    and you also declare / use this css file twice on top of source.
    Try toggle them both off for a while,
    and you'll see that the slider works just fine.
     
    hdewantara, Nov 29, 2014 IP
  3. Naina S

    Naina S Active Member

    Messages:
    203
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    93
    #3
    put all your content inside a div and center it for example if the div is with id "aa" , you should write the css like
    #aaa
    {
    margin:0 auto;
    width:960px;
    }
     
    Naina S, Nov 29, 2014 IP
  4. nerdGraphic

    nerdGraphic Member

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #4

    I already did.

    Two css file because of the jquery slider slick is using different folder which is slick folder.
     
    Last edited: Nov 29, 2014
    nerdGraphic, Nov 29, 2014 IP
  5. ljacques

    ljacques Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #5
    the slider css are being defined twice, inspect the element and see where it's being called, remove the duplicate and try, good luck
     
    ljacques, Nov 29, 2014 IP
  6. nerdGraphic

    nerdGraphic Member

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #6
    Do you mean this one:
    [​IMG]
     
    nerdGraphic, Nov 29, 2014 IP