MyBB Community Forums

Full Version: Changing portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

Im trying to alter my portals settings.

Ive switched everything of except Latest posts.

I want to have portal just for latest posts only, however after switching everything off the latest posts are just grouped on the far left of the screen leaving a white blank space elsewhere.

How can I make it that the latest posts spread across the screen and fill the page?

Thanks
Share Forum Url With Us
(2015-11-06, 02:48 PM)Khankharor Wrote: [ -> ]Share Forum Url With Us

H there

https://www.politicsisle.com/index.php


Thanks
its in the portal template

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_announcements} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php?portal=1" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_announcements} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?portal=1&amp;type=atom1.0" />
{$headerinclude}
</head>
<body>
{$header}



<div class="container-fluid">
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4" style="padding:2px">{$latestthreads}</div>

</div>

<br class="clear" />

{$footer}
</body>
</html>

change it to your content