jordana_che 0 Report post Posted July 9, 2011 I've decided to add a secondary text widget in the sidebar and it's not taking on the formatting properly. I have <div align="text-align:center"> ...all my info.... </div> and it only works properly if I put it in the primary sidebar. I also tried <div align="center">.....</div> which also worked in the primary sidebar but doesn't work in secondary. Thanks for your help (again!). Nancy Share this post Link to post Share on other sites
jordana_che 0 Report post Posted July 9, 2011 I want to add to this: I tricked the widget by putting in all of the info that I had in the primary sidebar and it worked - however the moment I took out the text at the top it went back to a left alignment. I now have this in at the top: </div> <div align="center"> .....info....</div> and it seems to have tricked it into working. This is fine but I would rather have something that won't mess up every time I switch it around. Thanks! Share this post Link to post Share on other sites
catrina 103 Report post Posted July 9, 2011 Here's code you should try instead: <font style="text-align: center;">YOURTEXTHERE Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
jordana_che 0 Report post Posted July 9, 2011 Thanks Catrina but that didn't work. Share this post Link to post Share on other sites
catrina 103 Report post Posted July 9, 2011 Hm, it looks it didn't paste the last part of the code. Here it is again: `YOURTEXTHERE` Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
jordana_che 0 Report post Posted July 9, 2011 still not working Share this post Link to post Share on other sites
catrina 103 Report post Posted July 9, 2011 Try `TEXT` If that doesn't work, can you post a link to your site and point out which widget you want to customize with centered text? I think it'd be easier to create the CSS for it. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
jordana_che 0 Report post Posted July 10, 2011 It doesn't work...I left it in so you can view: http://jordanadance.com/ Thanks! Share this post Link to post Share on other sites
jordana_che 0 Report post Posted July 10, 2011 and it's the secondary widget Share this post Link to post Share on other sites
jordana_che 0 Report post Posted July 10, 2011 Just wanted you to know I have to send that back with my coding as I have to show someone the site. so I'm using the trick I posted above to fix temporarily. Thanks. Share this post Link to post Share on other sites
catrina 103 Report post Posted July 10, 2011 Try this: div.widget-pad {text-align: center;} Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
jordana_che 0 Report post Posted July 10, 2011 wouldn't that make all of the widgets do the same? I just want the secondary widget to format in the center.... Share this post Link to post Share on other sites
jordana_che 0 Report post Posted July 10, 2011 so as I suspected, the first widget went centered but I added <div align=left> text </div> on the first widget and it is now back to left alignment. So together that did the trick. Thanks Share this post Link to post Share on other sites