WallBB Forums

Full Version: Stream Table Vertical instead of Horizontal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi , 
how did we made the vertical stream extention here on this forum .. instead of horizontal .. 
also i believe some resized of the page has also been done on this forum ... 

can you please care to share how you got the stream vertical modification on your board , and also on the same place ( top right )
DVZ Stream is the name of extension (https://community.mybb.com/mods.php?action=view&pid=543)
Add the css at the end of your global.css
Code:
.sections { display: table; width: 100%; }
.section-forums { display: table-cell; vertical-align: top; }
.section-side { display: table-cell; width: 260px; padding-left: 20px; vertical-align: top; }


And this in any place you wish to show the DVZ stream
{$dvz_stream}

Hope it helps.
i absolutely understood that , however i am not able to adjust the stream block to the right side as we have this here on wallbb forums ...
That is addition of sidebar Smile
You can follow this tutorial(mostly similar) for adding sidebar, make sure to add {$dvz_stream} in sidebar.
https://wallbb.co.uk/forums/showthread.php?tid=9
great Smile thanks Smile
Awesome, closing this now Smile