Viewing 6 replies - 1 through 6 (of 6 total)
  • Yep! Give it a go, just choose flex slider, responsive slides or nivo slider.

    Thread Starter Jeff F.

    (@jefferytodd)

    Hello matcha.

    I’m just building this site and new to responsive. I’ve got the meta set up and once I hit the edge of the slider it does not change.

    https://johnny-sells.com

    If you can help that would be great, love the plug in.

    jeff

    Hi Jeff,

    Your theme isn’t quite responsive, try changing:

    #primary {
    width: 600px;
    padding: 10px 0;
    margin: 0 0 0 45px;
    }

    to

    #primary {
    max-width: 600px;
    padding: 10px 0;
    margin: 0 0 0 45px;
    }

    As a general rule of responsive design, you shouldn’t use absolute widths on anything. Stick to %age widths and ‘max-widths’.

    Regards,
    Tom.

    Thread Starter Jeff F.

    (@jefferytodd)

    Tom, thank you so much! I did know that, this learning stuff-there’s so much to remember. ?? love your product, be trying to talk my people into upgrades. ??

    Haha, yep and no matter how much you learn, there’s still more to go..

    Glad it’s sorted ??

    Thread Starter Jeff F.

    (@jefferytodd)

    I hear that.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Responsive design’ is closed to new replies.