Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Griden

    (@griden)

    The container(s) around the slider is not flexible (responsive) – its width is fixed. Check these parts from the theme CSS:

    #j_promo .j_promoin {
        height: 206px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 960px;
        padding-top: 22px;
    }
    
    .responsive-slider.flexslider {
        margin-bottom: 0;
        width: 960px;
        ....
    }
    Thread Starter jl2035

    (@jl2035)

    I’m not quite there, but I think I made some progress… thank you

    Plugin Author Griden

    (@griden)

    The problem is caused by those fixed pixel widths – 960px. I think if you replace 960px with 100% (or any other percentage value), that would solve the issue.

    Thread Starter jl2035

    (@jl2035)

    The problem is that if I replace 960px with 100% than the slider moves to the left side of the screen…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Responsive slider not responsive (inside Responsive Theme)’ is closed to new replies.