Jump to content

Not sure where this line is coming from


Recommended Posts

Can someone take a look at http://www.psyberhost.net/clientarea and tell me where that bar in the logo is coming from? I can't find it to save my life, and I know my way around FireBug quite well.

 

Also, the right content box, why does it look like it's stretched out longer than it needs to be?

 

Like I said, I've searched these things out for a while and can't find the source of the problems.

 

 

Thanks!

Link to comment
Share on other sites

The line is caused by line 47 in the file templates/portal/style.css:

border-bottom:3px solid #036;

 

To change the widths of the content box and submenu, just play a bit with de width parameters from #content_left and #side_menu.

Link to comment
Share on other sites

The line is caused by line 47 in the file templates/portal/style.css:

border-bottom:3px solid #036;

 

To change the widths of the content box and submenu, just play a bit with de width parameters from #content_left and #side_menu.

 

Thank you, that was driving me nuts. One more question, where can I change the sizes of the text boxes for the login form and the search box? Every file I see being called is encrypted.

Link to comment
Share on other sites

That's possible in the footer.tpl, where you can change the size-parameter, or just replace it with width so you can define the width in pixels:

<input name="username" type="text" style="width: 100px;" />

Link to comment
Share on other sites

That's possible in the footer.tpl, where you can change the size-parameter, or just replace it with width so you can define the width in pixels:

<input name="username" type="text" style="width: 100px;" />

 

Awesome. I got it.. so I played around with the CSS as much as I can, but I can't seem to get the whitespace out of the side menu area. Can someone take a look and let me know?

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