Jump to content

css problem again


madsere

Recommended Posts

I've almost managed to skin the client area to match the rest of our website, just one last thing I can't get rid off.

 

After the closing content_container div I have my footer, but there is a black gap between them.

 

See http://test.minthost.com/clients/

 

I've tried to change all css margins to 0 but it doesn't fix it.

 

If I delete the "<div class="clear"></div>" line at the end of footer.tpl I lose the gap, but then my footer line becomes wrapped up on the right.

 

http://validator.w3.org validates the page ok.

 

What am I doing wrong?

Link to comment
Share on other sites

Was just coming back to say that (well, just the top 20 margin, ie: margin: 0 20px 0 0;, not all of it needs removal), once I figured out that the latest Firefox had it's own inspect function that I was trying to get used to and that it wasn't Firebug. The built in one is awful, but the bug still works!

 

Crisis averted. ;)

Link to comment
Share on other sites

Wow thanks for the many inputs, and so quick!

 

Not sure what happened there. It also threw that "powered by" line for me, but then I hit reload and it came through ok.

 

I presume the style.css you refer to is this http://test.minthost.com/media/css/style.css right? (whmcs has it's own style.css but it has not #footer references in it.

 

You say you see the line "margin: 20px 20px 0;". When I go there I see:

 

#footer{

font-family: Verdana;

font-size: 10px;

text-align: center;

padding: 25px 0 25px 0;

color: #AAA;

border-top: dotted 1px #999;

margin: 20px;

margin-bottom: 0px;

 

Did I misunderstand something?

Link to comment
Share on other sites

Could the "Powered by WHMCompleteSolution" be a license issue? The license is for www. not for test. - but I had the understanding it was just the admin interface that was blocked?

 

Anyway, I copied the content to www. now so it should be the same content there.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated