PsyberMind Posted April 9, 2010 Share Posted April 9, 2010 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! 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted April 9, 2010 Share Posted April 9, 2010 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. 0 Quote Link to comment Share on other sites More sharing options...
PsyberMind Posted April 9, 2010 Author Share Posted April 9, 2010 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. 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted April 9, 2010 Share Posted April 9, 2010 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;" /> 0 Quote Link to comment Share on other sites More sharing options...
PsyberMind Posted April 9, 2010 Author Share Posted April 9, 2010 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? 0 Quote Link to comment Share on other sites More sharing options...
PsyberMind Posted April 9, 2010 Author Share Posted April 9, 2010 Ahh well, maybe I can live without getting rid of the whitespace between the navigation title and the actual nav items.. What do you think? 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted April 9, 2010 Share Posted April 9, 2010 Well, it looks a bit crazy doesn't it? Remove line 73 of /css/defaulf.css: height: 220px; Remove line 44 of templates/portal/style.css: line-height:0px; 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.