Hi
I have question about our website layout
Our New Website will be launched tomorrow
Our website fit on under explore 7.
So, our website broken layout on over explore ver7 and firefox and chrom
How to fix this problem?
I have no idea
Please give me any idaa
Thanks!
The HTML / CSS doesn't look very good. But, if you change the following, it should appear as you want it to.
1. Change…
.header, .footer {
clear: both;
text-align: center;
width: 100%;
}
to:
.header, .footer {
clear: both;
text-align: center;
width: 850px;
position: relative;
}
2. Change…
```php
```
[b]to:[/b]
```php
```
Thank you so much!
But can u tell me what is that file name?
The first change is in styles.css. The second should be in one of your TPL files.