Jump to content

Width Problems, how to get to 750px ?


Terry

Recommended Posts

Looks like your header is around 820px

#layout {whmcs.css (line 27)

margin:0pt auto;

text-align:left;

width:820px;

}

 

It's shoved to the left because its not wrapped in a div like your header and footer. I would start there

 

<div id="wrapper"> (into header)

<div id="content"> (into header)

 

Place your WHMCS here

 

 

</div> <!-- content --> (into footer)

</div> <!-- wrapper --> (into footer)

 

Set your CSS:

#wrapper { text-align: center; }

#content { width: 840px; margin: 0 auto; text-align: left}

 

That will center things up. Unless I forgot something... doing this in my head.

 

The left Table Cell in the default WHMCS (Left Menu) is fixed at 170px. So, thats going to leave you with around 620px for the center content. Thats pretty tight. Might want to make that menu horizontal, and then let the middle breathe.

Not sure how helpful that is. Think you may need to address moving that left menu

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