hi guys,
my site is 100% width, the skin name is new vision blue skin,
but i have a problem at the footer display. all information go to the left but not in the center.
please check the attachment.
have you met it before ?
Hi there,
this is the default design of the skin.
See the official demo of cs-cart here http://demo.cs-cart…onal/?demo_skin[C]=new_vision_blue
You could alter it if you have some basic knowledge of css.
Do you want me to guide you?
Edit this style.css in
/skins/new_vision_blue/customer/styles.css
styles.css (line 837)
.bottom-copyright {
color: #8A8A8A;
font: 91% Arial,Helvetica,sans-serif;
padding: 6px 0 1px 12px;
text-align: center;
}
styles.css (line 816)
#footer .quick-links {
float: none;
margin: 0;
padding: 0 0 0 2px;
text-align: center;
}
styles.css (line 833)
.
.bottom-search {
text-align: center;
}
You ll get this
[quote name=‘dvsgr’ timestamp=‘1332445138’ post=‘133618’]
Hi there,
this is the default design of the skin.
See the official demo of cs-cart here http://demo.cs-cart…onal/?demo_skin[C]=new_vision_blue
You could alter it if you have some basic knowledge of css.
Do you want me to guide you?
Edit this style.css in ```php
/skins/new_vision_blue/customer/styles.css
<br />
<br />
<br />
styles.css (line 837)<br />
<br />
```php
<br />
.bottom-copyright {<br />
color: #8A8A8A;<br />
font: 91% Arial,Helvetica,sans-serif;<br />
padding: 6px 0 1px 12px;<br />
text-align: center;<br />
}<br />
```<br />
<br />
<br />
styles.css (line 816)<br />
<br />
```php
<br />
#footer .quick-links {<br />
float: none;<br />
margin: 0;<br />
padding: 0 0 0 2px;<br />
text-align: center;<br />
}<br />
```<br />
<br />
<br />
styles.css (line 833)<br />
<br />
```php
<br />
.bottom-search {<br />
text-align: center;<br />
}<br />
```.<br />
<br />
You ll get this<br />
[/quote]<br />
<br />
Hi dvsgr, problem was resolved.<br />
<img src="upload://tbe1CncrrOs48cXpHvziOT8r0T3.gif" class="bbc_emoticon" alt=":mrgreen:"> thank you very much for your reply.<br />
You did a great help.