Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author 2046

    (@o-o)

    depends what you need exactly.

    If you just need 3 object {divs} in a row, then use the float:left for each of them and ideally make them 30% of the surrounding div. This way they will stay in a row, each row by 3 divs.

    If you would like to have each row wrapped in a separate div, like div row with 3 objects and then another div row with 3 objects etc. all done by one Widget, than this is not possible.
    (in that case you have to write the code your self)

    Thread Starter poco06

    (@poco06)

    Got it.
    I’ve done and it’s fully working.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple post per row’ is closed to new replies.