Flexile Blank Space on each side

fccardiff

Member
Hi, I just got a fresh install of Xenforo, Xenporta, Flexile, and a few blocks. The problem is, on my main page, it doesn't extend to both sides of the screen. The far left and right are composed of mainly blankish blue space. I'd like my Blocks from XenPorta to go into those areas and the middle News block to extend to where the blocks are currently. My website is MineBuild.com.

It seems to extend without Flexile, but I really do want to keep Flexile.
 
The width is controlled by this property:

Admin CP -> Appearance -> Style Properties -> General -> Page Width Controller

Note the Fixed example in the Misc section on that page. Use code like this if you want a fixed width:

Code:
width: 750px;
margin: auto;
 
Top Bottom