Jump to content
Sign in to follow this  
szool

footer columns messed up

Recommended Posts

szool

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

@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

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

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

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

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

I deleted all the custom code and same problem.

Share this post


Link to post
Share on other sites
Andrew

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

Are you looking at it in IE? Only the top links work......

Share this post


Link to post
Share on other sites
cmunns

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

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

@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

yes yes... I have the other code as well. Much thanks!!!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×