Customize Template

Support for Template related issues
Oistacus
Posts: 133
Joined: Sat Oct 08, 2011 3:21 pm
Location: Matera ITALY

Re: Customize Template

Post by Oistacus » Mon Nov 21, 2011 8:24 am

Brent wrote:I will look tonight. It's been 2 years since that was built, I have no Idea what I did then.
I found it : homepage.css
the old :

....
.welcome{
width: 95%;
margin-left: 15px;
padding: 5px 0px 5px 0px;
}
.homepage_desc{
width: 550px;
margin-left: 15px;
padding: 5px 0px 5px 0px;
}
.....

now :

.welcome{
width: 95%;
margin-left: 15px;
padding: 5px 0px 5px 0px;
}
.homepage_desc{
width: 95%;
margin-left: 15px;
padding: 5px 0px 5px 0px;
}

Now I see same mode . Work fine !

Ois

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Customize Template

Post by Brent » Mon Nov 21, 2011 8:33 am

Good for you. I just had a minute and that is best result.

Oistacus
Posts: 133
Joined: Sat Oct 08, 2011 3:21 pm
Location: Matera ITALY

Re: Customize Template

Post by Oistacus » Mon Nov 21, 2011 8:54 am

Brent wrote:Good for you. I just had a minute and that is best result.
In Italy we tell : " Chi si ferma è perduto ! " -> translate ( + or - ) : if you stop , you are lose !

Post Reply