Viewing 4 replies - 1 through 4 (of 4 total)
  • so you want to loop thru 2 loops in mobile view? Like, I mean do you want to have 2 separate cats displaying side by side in mobile view in 2 columns side by side or do you simply want 2 columns in mobile view. Mostly, on a cell phone your going to be reduced to one column and still be able to understand the content. It seems if you make 2 columns on cell phone the content using posts , it will become all mushed up and un-discernable or unable to read correctly. Or just really small. Can you clarify?

    Thread Starter Stacy (non coder)

    (@functionmunchkin)

    I want to see the posts respond in two column rather than one. Most responsive themes use just one column which is a weak display for say products I think.

    creating a two column layout is no different in responsive themes than in fixed-width ones.

    I posted a general idea here: http://www.transformationpowertools.com/wordpress/posts-in-two-columns-twenty-twelve

    basically, the code adds some useful css classes to the post_class output; and adds some formtting for the columns using relative values for the width.

    using @media queries in the CSS, you could additionally collapse the two columns into one for very narrow brosers.

    what theme are you using right now?

    Thread Starter Stacy (non coder)

    (@functionmunchkin)

    Keyboard_Headaches, alchymyth

    Thanks

    @alchymyth Haven’t decided yet, but if the twenty twelve responsive theme could do this I’d use it.

    I’m not trying to make more columns on the theme( I’d use a plugin for that) , I want it to convert to two in mobile view from however many it usually is. Responsives are expected and look better on mobile than a regular desktop two column theme. I’m only concerned about the mobile view in this question.

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

The topic ‘two column loop mobile view’ is closed to new replies.