i was able to reomve sidebars for the posts which are of a specific post type, but now i need to increase the width of the content area because, where the sidebar once was, is now just an empty space.
i know i could make a custom style sheet.. not sure i want to do it that way, is there a way to targets styles for all posts within a specified custom post type?
all posts in custom post type "books" = #entry-content {width:960px}
something like that? i know that wouldnt work but thats what im trying to figure out
thanks!