icjackson+ 1 Report post Posted July 20, 2011 URL: http://www.jcpublishing.com/sites/scenery/ The text should be centered but it's not, and I even tried just using html center tags around the content :-P Is it the customization of the carousel that's causing this? Thank you :-) Share this post Link to post Share on other sites
Kate 3 Report post Posted July 20, 2011 Hi Ivo, The text actually is centered. But, the width of the parent elements isn't enough to reflect that. Please add these two lines to your custom CSS to fix the issue: .page-id-41 #pagelines_content #column-wrap{float:left;width:100%;} .page-id-41 #column-main{float:left;width:100% !important;} Share this post Link to post Share on other sites
icjackson+ 1 Report post Posted July 20, 2011 You absolutely rock, Kate :-) Thank you! Share this post Link to post Share on other sites