Hi David
and welcome to the forums
This image is hidden for guests.
Please log in or register to see it.
David Aaron wrote:
I want to display only the "content module" and side bar and not display the other module positions. Right
now there is a huge empty space between the "showcase and Conrtent module.
If this is a site that is online (just installed, dev or live) could you please supply a link in the Public or SECURE part of your reply so we can better diagnose the issue?
It makes our suggestions more accurate if we see the actual coding of your site.
This is especially important with RokSprocket as our templates carry an override folder to modify the native styling.
So guessing
, to turn OFF FrontPage Main Body which also includes content- bottom & top and the sidebars
Admin -> Extension Manager -> Template Manager -> rt_template -> Advanced -> Display MainBody -> OFF
To turn OFF just the FrontPage Main Body
Admin -> Extension Manager -> Template Manager -> rt_template-> Advanced -> Display Component -> OFF
The Display MainBody & Display Component are functional only if you have your HOME menu item set to menu type = "Featured Articles".
If your seeing styling remnants of your EMPTY Main Body.
CSS out the remnant:#rt-main .rt-block {display: none;}
.component-content {display: none;}