Viewing 1 replies (of 1 total)
  • Plugin Author jp2112

    (@jp2112)

    The main css class wrapper is

    <div class="scbb-content-box"></div>

    So you would need to override the div in your local stylesheet. Something like

    .scbb-content-box { display:inline }

    This would force the content box to be displayed inline which should prevent a second content box from wrapping onto the next line.

Viewing 1 replies (of 1 total)
  • The topic ‘2 Boxes Side by Side Same Width and Height’ is closed to new replies.