esensio 0 Report post Posted August 11, 2011 Hello, I am trying to fix the width of the content of the pages. http://esensio.eu/dev/btt/contact/ I want the picture to be aligned on the right with the main menu. My width is 1000px Thanks in advance! Alex Share this post Link to post Share on other sites
Kate 3 Report post Posted August 11, 2011 Hi Alex, Here's the code: .page-id-252 #column-main .mcolumn-pad{padding-right:0px !important;} .page-id-252 #column-wrap, .page-id-252 #column-main{width:100% !important;} The ".page-id-252" makes sure the style is applied to only that page. If you want it for all pages, remove those three calls. Share this post Link to post Share on other sites
esensio 0 Report post Posted October 24, 2011 Hello Kate, I am sorry, the code don't work for me. I tried without the three calls also, but nothing changes. I will leave it for now, it's not so serious. Thanks and Regards! Share this post Link to post Share on other sites
esensio 0 Report post Posted October 24, 2011 Cleared the cache, pasted the code again...and it's Fixed! Share this post Link to post Share on other sites
esensio 0 Report post Posted October 24, 2011 Kate, Please edit as ANSWERED Thanks! Share this post Link to post Share on other sites