marketingthelimitat 0 Report post Posted February 21, 2011 Hi guys, there are some similar posts in here but i'm sorry nothing helped so i want to ask again: like you can see here i want the post with full width (and all others too so please can some1 help out how to do this? i tried the solution from bryan with: .postid-114 #maincontent{width:960px} and replaced with my page-url but i couldnt get it to work - maybe its because of my permalinks structure? thanks a lot in advance for any help! Share this post Link to post Share on other sites
Kate 3 Report post Posted February 21, 2011 Hi Christian - Do you want this for all posts? Or, just some? Below is the code for specific pages. However, note that you can change it to all pages by switching the page ID with ".single" or ".single-post". .postid-320 #maincontent{width:960px !important;} .postid-320 #sidebar {display:none;} Share this post Link to post Share on other sites
marketingthelimitat 0 Report post Posted February 21, 2011 Hi Kate, thank you very much, i alread tried and it works. thanks a lot. problem for me was that i didnt have the post-id number so i installed the firebug thing and then the post-id showed up so i could replace the correct numbers of my posts. thanks and -> solved Share this post Link to post Share on other sites
Kate 3 Report post Posted February 21, 2011 No problem... I'll mark it as resolve. Share this post Link to post Share on other sites