Thanks, but that only removes the text from the sidebar, leaving the sidebar in place. I would like to completely remove the sidebar so that the product categories fill that space.
What are the CSS changes that need to be made?
Thanks for your help.
5:15 pm July 30, 2010
Market Admin
Admin
posts 4756
4
A great tool I use for CSS changes, is a plugin for Firefox named "Firebug". It's a free download, and I highly recommend it.
The background color for the margin is pulled from the "/imgs/" folder. It's a file named "cont-bg.jpg". As far as the style element, I believe it's "#main .content".
8:05 pm August 27, 2010
unibookmart
Member
posts 14
5
Is there no easy way to remove the entire sidebar section? I really don't like this sidebar.
8:15 pm August 27, 2010
unibookmart
Member
posts 14
6
oh, I just figured out. If I remove sidebar.php it ruins the whole site. It's the background image that's problematic. hmmm How do I edit this? side bar stuff image on the back.
10:19 am August 30, 2010
Market Admin
Admin
posts 4756
7
Removing the sidebar is best done by editing the "sidebar.php" page.
Just enter this at the very top:
<?php /* ?>
and this at the very bottom:
<?php */ ?>
Then, you'll need to adjust the background image, and the margin settings.
For edits like this, do I have to be working in FTP to edit the files? Sounds very complicated and hard to understand
10:28 pm November 21, 2011
Market Admin
Admin
posts 4756
12
No, you can actually use the built-in WordPress Theme editor tool. It's in the admin area under the "Appearance" menu tab. In there, just click on "Editor", and you can edit many of the Market Theme files without needing to FTP.