View Single Post
  #11  
Old 06-18-2012, 08:03 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Removing Left Bar from specific static pages

where <div id="center-main"> is in content.tpl change it to <div id="center-main"{if $page_data.pageid eq "11"} style="margin-left:30px"{/if}>; you may need to adjust the margin to fit
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote