deniszubkov 0 Report post Posted April 7, 2011 Hello! Callout section in footer is left-aligned. How to make it center-aligned? Share this post Link to post Share on other sites
Kate 3 Report post Posted April 7, 2011 Hey Denis, Do you have a link, please? And, do you mean the text or the placement of the callout section itself? Share this post Link to post Share on other sites
deniszubkov 0 Report post Posted April 7, 2011 http://busywalkers.com/?page_id=2646 i mean the COPYRIGHT message. Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 7, 2011 It's weird to use the callout here but... here is the css you would need ` body #callout .callout_text { width: 100%; text-align: center; } ` Share this post Link to post Share on other sites
deniszubkov 0 Report post Posted April 8, 2011 thank you Adam. it works. Share this post Link to post Share on other sites