PDA

View Full Version : default tempalte formatting issue



rldev
01-15-10, 07:39 PM
I can't seem to find a way to make the table smaller on the body of whmcs. I have no problem with the header of footer. I assume I have to do this is in style.css

thehost5968
01-15-10, 10:22 PM
Can you give more info or a marked screen shot?

rldev
01-15-10, 10:32 PM
Can you give more info or a marked screen shot?

https://helpdesk.rocksolidnet.com/clientarea.php

I want to make the main body a little smaller.

Look at

"You must login to access this page. These login details differ from your websites control panel username and password."

See how it extends past the headings slightly.

thehost5968
01-15-10, 10:33 PM
or you could use FireFox and the Web Developer extension and you will be able to see all the CSS names use and line numbers and the file there in?

thehost5968
01-15-10, 10:48 PM
I see the
Forgotten Your Password? is set to text-align: justify; and I have it set to center

and
You must login to access this page. These login details differ from your websites control panel username and password. is using the same CSS class on line 65 of default.css

rldev
01-15-10, 10:55 PM
I don't follow what this has to do with making the main body table smaller? Click on different whmcs pages. I just gave an example. Thanks though.

thehost5968
01-15-10, 11:07 PM
It look OK to me with FireFox 3.5.7,

try looking at templates/rocksolidnet_befault/style.css:
.wrapper2 (line 1)
{
width: 840px;
color: #666666;
font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
font-size: 12px;
}



as this seems to be the only td with a width as the table around it has not got a class or id.

if this is still not where you mean then please do a screen shot with markings.

Also what are you looking at it with eg IE or FF ect...?

rldev
01-15-10, 11:16 PM
That is the setting I was looking for. Thank you so much.

Do you see a line under the bottom navigation bar in Firefox?

On 3.5.6 Isee different results on different pages:

http://helpdesk.rocksolidnet.com/downloads.php - line under the bottom nav

https://helpdesk.rocksolidnet.com/clientarea.php - NO line under the bottom nav

Thanks again for your help.

thehost5968
01-15-10, 11:30 PM
No

but I do see the
Copyright (c) 2010 - Rock Solid Internet Inc. All rights reserved. Have a question jumps up and down between the 2 pages but just slightly seems to be jumping up slightly on this page http://helpdesk.rocksolidnet.com/downloads.php but that is all.

ps get and install the FF Web Developer add-on (https://addons.mozilla.org/en-US/firefox/addon/60) you will not look back with it.