szool 0 Report post Posted January 10, 2011 somehow my footer columns got messed up. They were nice and flush with the edges now it is all shifted over somewhat to the right. And in IE, only the top links work, the rest do not. In firefox the links work, but the layout is messed up. I have no idea how that happened. http://citizenmediagroup.com Share this post Link to post Share on other sites
Kate 3 Report post Posted January 10, 2011 @Soljon Did you validate the HTML? It could be that you're missing markup (and end tag, for instance...) Share this post Link to post Share on other sites
szool 0 Report post Posted January 11, 2011 I just ran the Validator but I am not sure what is causing the problem. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 11, 2011 Looks fine to me. Did you get this fixed or is the problem specific to a certain browser? Thanks, Bryan Share this post Link to post Share on other sites
szool 0 Report post Posted January 14, 2011 It is messed up. It used to be flush with the sides of the template, now it is shifted over to the right and slightly down. It looks worse in IE, and none of the links work. It looks better in Firefox and the links work, but it is definitely not right. I don't recall changing anything, it is driving me nuts I can't figure out what happened. We are talking about the footer columns at the bottom. Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 14, 2011 Hey, Looks like you added some custom css rules to the #footer element. This is what's causing your issue. Share this post Link to post Share on other sites
szool 0 Report post Posted January 15, 2011 I deleted all the custom code and same problem. Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 15, 2011 This is the way they look by default, and on the demo. Did you have them set up differently? Share this post Link to post Share on other sites
szool 0 Report post Posted January 16, 2011 Are you looking at it in IE? Only the top links work...... Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 16, 2011 Check the "Friend of CMG" widget. The second link is not clickable and causing the HTML order to mess up. How do you have that widget link made? Share this post Link to post Share on other sites
szool 0 Report post Posted January 17, 2011 That last suggestion saved the day. I very quickly saw the problem after reading it. tags not being closed. I had them as <br in between each link, not . So simple. Strange how it had workled all this time. Before I close this thread, can you look up a little higher at that line you helped me add in the subfoot "Recent Shows, All Shows, Special Guests, Search Matrix". See how it leans more to the top then the middle of that bar? Is there some way to make it right in the middle? Share this post Link to post Share on other sites
Kate 3 Report post Posted January 17, 2011 @Soljon Adding the code below will fix the "issue", but I believe we ended up at this spot because of some other code we helped you add. (Icons, maybe?) So make sure these changes don't alter other things on the site you don't want changed. .post-footer .left{margin-top:0px !important;} .post-footer .right{margin-top:0px !important;} Share this post Link to post Share on other sites
szool 0 Report post Posted January 17, 2011 yes yes... I have the other code as well. Much thanks!!! Share this post Link to post Share on other sites