Topic RSS
Try this post:
http://www.markettheme.com/for…..ar-mkt-401
Removing the sidebar is best done by editing the "sidebar.php" page.
Just enter this at the very top:
and this at the very bottom:
Then, you'll need to adjust the background image, and the margin settings.
You'll find more info on these posts:
http://www.markettheme.com/for…..e-side-bar
http://www.markettheme.com/for…..htly-wider
Ok, here's again how to completely remove the sidebar, so that your content is the entire width of the page.
These code changes are for version 4 and up.
1. First, edit your "sidebar.php" code.
Enter this at the very TOP first line of the file:
<?php /* ?>
and enter this at the very BOTTOM of the file, as the last line:
<?php */ ?>
These lines are different if you look closely, so make sure you've got them correctly.
Save the file.
2. Now, open up your "functions.php" file for editing.
On or around line #63 you'll find this line:
$mkt_options['mkt_body_content_width'] = $mkt_options['mkt_TOTAL_PAGE_WIDTH']-270-65; // Total width minus left column width, minus content padding
You'll need to change it to this:
$mkt_options['mkt_body_content_width'] = $mkt_options['mkt_TOTAL_PAGE_WIDTH']-35; // Total width minus content padding
3. Next, on or around line #79 you'll find this line:
#main .content .newproducts .new .itemdesc { width: <?php echo $mkt_options['mkt_body_content_width']-$mkt_options['mkt_thumbnail_width']-30; ?>px; // Minus left column width, minus content padding, minus thumbnail}
You'll need to change it to this:
#main .content .newproducts .new .itemdesc { width: <?php echo $mkt_options['mkt_TOTAL_PAGE_WIDTH']-35; ?>px; // minus content padding}
Save the file.
That should do it.
Most Users Ever Online: 40
Currently Online:
19 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Member Stats:
Guest Posters: 428
Members: 2252
Moderators: 1
Admins: 1
Forum Stats:
Groups: 1
Forums: 4
Topics: 2983
Posts: 16042
Newest Members: Allsed, deleteduser, shanm, slidesketch, jimharrison, vmi
Moderators: Market Admin (5051)
Administrators: Market Admin (5051)

Log In
Register
Home
Offline


