Hello
after deploy of the template (http://www.volleyfortitudi.it) the home page in firefox is different that the same one in chrome or explorer (that are the right one)
The thumbnails in position 7 are not correctly shown, and the article's content is not correctly positioned like in chrome or in explore is.
Why?
How can i correct the problem?
Tanks for a reply.
AS Templates
POSTED: 2014-12-15
Hello LUKEAMADIO,
Sorry, but url that you provided is not working, have you installed this template using quick-start installation package?
Regards, AS Team.
lukeamadio
POSTED: 2014-12-16
sorry the right url is:
http://www.volleyfortitudo.it
yes i used quick start installation
AS Templates
POSTED: 2014-12-16
Hello LUKEAMADIO,
You have too big image size in the 'La Squadra' module, the image sizes should be" 244x163
In the content you you are using table structure with fixed width:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
how can i modify opacity in home page in the gray and dark gray bands?
Thanks
You can do it in the tmpl.default.css file in the following class:
.wrapper {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
height: auto !important;
margin: 0 auto;
}
Regards, AS Team.
after deploy of the template (http://www.volleyfortitudi.it) the home page in firefox is different that the same one in chrome or explorer (that are the right one)
The thumbnails in position 7 are not correctly shown, and the article's content is not correctly positioned like in chrome or in explore is.
Why?
How can i correct the problem?
Tanks for a reply.
Sorry, but url that you provided is not working, have you installed this template using quick-start installation package?
Regards, AS Team.
http://www.volleyfortitudo.it
yes i used quick start installation
You have too big image size in the 'La Squadra' module, the image sizes should be" 244x163
In the content you you are using table structure with fixed width:
<td style="width: 6%;">
<td style="width: 20%;">
<td style="width: 5%;"> </td>
<td style="width: 10%;">
<td style="width: 20%;">
The chrome and ie just ignores the width parameter when firefox shows as is, our suggestion is to use div tags instead tables.
Regards, AS Team.