Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi. I’m not a developer but i have an idea to get you started. Modify CSS and float <div class="rfbp-post"> To work, i think, they need a “width” parameter as well.
    Maybe this will get you started:

    Good luck out there!

    Thread Starter peterkinvara

    (@peterkinvara)

    Yes, I had thought I should be floating some div. Thanks for the tip about the width. I presume I can use % width instead of actual px?

    Thread Starter peterkinvara

    (@peterkinvara)

    Hey, got it to work. Thanks!
    For anyone else, I just added-

    .rfbp-post {
    float:left !important;
    width: 470px !important;
    }

    to the CSS. I found if I used % for the width of the div, it wasn’t responsive.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘align posts side by side horizontally’ is closed to new replies.