buddha 0 Report post Posted August 31, 2010 Hi, what is the CSS Custom Code to center the title and contents of the footer widgets? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted August 31, 2010 Try this: `#footer, #morefoot{text-align:center !important}` If it's not quite right, please provide a link with your next reply. Thanks, Bryan Share this post Link to post Share on other sites
buddha 0 Report post Posted September 7, 2010 how about the titles to the boxes & widgets? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted September 7, 2010 So, I'm assuming the solution to your other question worked? Can I get more specific details and a link to your website? Thanks, Bryan Share this post Link to post Share on other sites
buddha 0 Report post Posted September 8, 2010 it does not work for me--http://tuxedolandtrust.org Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted September 8, 2010 Aaah, I see what you're trying to do. It takes 5 widgets to fill up those columns, so what you could try to center those 3 is to add a blank text widget there in the first slot. Thanks, Bryan Share this post Link to post Share on other sites
buddha 0 Report post Posted September 9, 2010 the titles to the three column footer widgets are still left justified. how do i center those? Share this post Link to post Share on other sites
cmunns 16 Report post Posted September 9, 2010 You would need this css `#morefoot h3 {text-align:center;}` Share this post Link to post Share on other sites
buddha 0 Report post Posted September 10, 2010 tried it and it did not work Share this post Link to post Share on other sites
cmunns 16 Report post Posted September 10, 2010 yep. It's being overridden. Just add body to the front that should do it. so... `body #morefoot h3 {text-align:center;}` Share this post Link to post Share on other sites