Hi there. Trying to get my hands dirty and making some changes to my theme. I'm a total novice, but figuring more out each day.
Right now, I'm working on editing the template of a specific category page. This one:
http://www.planitnz.com/category/new-zealand-tours/
I want to make the content the whole width of the page, so have figured out how to remove <?php get_sidebar();?> from category-new-zealand-tours.php. However, the content of the post still only stretches as wide as the div post-content. How will I go about changing it so only the specific category page is changed?
I thought I could find post-content's width in the style.css sheet but nothing there seems to note it's length.
Thanks in advance...