• Resolved Ajay Tiwari

    (@mmajay)


    Hi,
    I am using a responsive theme for my clients website. Widgets in sidebar and on page are working fine in desktop view but Widgets used in “Widgets on pages” are collapsing on each other in mobile view. Is there any option by which widgets would get them aligned vertically in mobile view.

    http://ww.wp.xz.cn/extend/plugins/widgets-on-pages/

Viewing 3 replies - 1 through 3 (of 3 total)
  • orangeco

    (@orangeco)

    +1 for me too please.

    I have used your code on this page: http://gingerbreaddesign.co.uk/todd/2011/05/08/wordpress-widgets-on-pages-horizontal-layout-demo/

    However the 3 x 2 layout I have used just gets squashed in mobile view, rather then going to a 1 x 6 layout.

    Any help greatly appreciated.

    orangeco

    (@orangeco)

    I just managed to get it to work. Not entirely sure how.

    Here is my css for 3 x 250px wide images in one widget:

    /* widgets on pages */
    #w1 {
    overflow: auto;
    }

    #w1 .widget {
    float: left;
    width: 250px;
    padding: 1%;
    margin: 0 1%;
    }

    This then stacks to 1 wide x 3 tall in mobile.

    Hi Ajay
    What did you ever do about making your widgets responsive? My site looks fine on desktop and almost looks perfect on mobile now too, apart from all my widgets on pages.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Widgets are not responsive?’ is closed to new replies.