AUDIT - Slider non centrato

Latest Reply from qwerty70 at 2015-08-18 08:50:57 Solution
In www.cts-tn.com la foto di home page, inserita nello slider, non appare centrata nello slider...chiedo come sistemare.
Grazie. Saluti.
Hi!

Your logo is a bit bigger than it is supposed to be. This makes sense in Firefox. To fix this you need to edit the code:
.slider-container {	
width:958px;
height:375px;
border:1px solid #707070;
margin:0 auto;
position:relative;
}

in the style.css of the theme.
Replace it with:
.slider-container {	
width:958px;
height:375px;
border:1px solid #707070;
margin:5px auto 0;
position:relative;
}
Ho apportato le modifiche come indicato ma il problema persiste, sembra solo con Firefox.
Chiedo come sistemare. Grazie
Hi!
Sorry, but we provide a support only in English. As I can see the problem has been solved. Try to refresh your page with pressing the buttons Ctrl+F5.
Now it's ok. Thank'you so much!

Leave a reply

Add codeAdd image