rodrigo_perez 0 Report post Posted January 27, 2011 Hey everyone, I know it sounds pretty straight forward of a problem, but I just cant for the life of me get the image centered. See the page here: http://rmdetail.com/services/ Please help..it's driving me crazy! lol..Thanks in advance. Share this post Link to post Share on other sites
Kate 3 Report post Posted January 27, 2011 Hi Rodrigo - Adding this to your custom CSS should work just fine: .mcolumn-pad{padding-left:0px !important;} #theloop .entry_content{padding:0px !important;} If you only want those styles on that particular page, use this: .page-id-33 .mcolumn-pad{padding-left:0px !important;} .page-id-33 #theloop .entry_content{padding:0px !important;} Share this post Link to post Share on other sites
rodrigo_perez 0 Report post Posted January 27, 2011 That worked perfectly thank you! Share this post Link to post Share on other sites