kelvinlym Posted May 20, 2011 Share Posted May 20, 2011 I would like to create a "Top sellers" page without the header, left, right columns, footer but still keeping with the theme.An example is shown in the attached picture. I just want the area shown in the blue box on a php page.I cloned the best-sales.php, BestSalesController.php and best-sales.tplHowever, BestSalesController extends the FrontController, therefore header, left/right column and footer still shows.How can I remove those unwanted elements without touching the Core files?Thanks. Link to comment Share on other sites More sharing options...
jhnstcks Posted May 20, 2011 Share Posted May 20, 2011 Add the following to the bottom of your global.css filel #best-sales #right_column { display:none} #best-sales #left_column { display:none} #best-sales #header { display:none} #best-sales #footer { display:none} #best-sales { margin-left:25%} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now