[Solved] Text in new template is small, does this have something to do with phvms?

Hello all,

Im trying to make a new phpvms skin for my va but all the text turns out too small (and the logo on top is streched) when its made into a skin ) (http://flyirelandva.com) but is fine when it is html coded. (http://flyirelandva.com/testsite)

Thank you in advance,

james

EDIT: now have to show you it through an image because i cant leave the website looking like that :S

It looks like you still have the css links pointing to the test site from your main site

<link href="http://www.flyirelandva.com/lib/skins/testsite/style.css" rel="stylesheet" type="text/css" />
<link href="http://www.flyirelandva.com/lib/skins/testsite/layout.css" rel="stylesheet" type="text/css" />

The other site

<link href="style.css" rel="stylesheet" type="text/css" />
<link href="layout.css" rel="stylesheet" type="text/css" />

Did you rename the folder or is it one more step down in the tree?

It looks like you still have the css links pointing to the test site from your main site

The other site

Did you rename the folder or is it one more step down in the tree?

I dont think thats the problem because its all linked back to the style.css ect.. and its still not working

Did you rename the folder or move it in the file tree when you moved it to the live site?

I would target your CSS more specifically (like from parent div down to the class/p)

Did you rename the folder or move it in the file tree when you moved it to the live site?

Changed the folder they where placed in and it worked,

Thanks for the support

james