
Originally Posted by
picaflor-azul
I just want to be sure ;-)
Your slider images are 740 x 430 px. If you want to change the size you should change the width and height here in the stylesheet:
And you will need to change the dimensions of your images too.
If you need help let me know the new dimensions.
Thanks,
Anne
I have this code in stylesheet.css:
HTML Code:
/*bof easy slider*/
#slider ul, #slider li, #slider2 ul, #slider2 li{margin:0;padding:0;list-style:none;}
#slider2{margin-top:1em;}
#slider li, #slider2 li{/*define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */width:740px;height:440px;overflow:hidden;}
/*bof easy slider numeric controls*/
#control_div{width:200px;height:18px;position:relative;left:500px;top:-50px;}
ol#controls{margin:1em 0;padding:0;height:18px;}
ol#controls li{margin:0 10px 0 0;padding:0;float:left;list-style:none;height:18px;line-height:18px;}
ol#controls li a{float:left;height:18px;line-height:18px;border:1px solid #ccc;background:#444;color:#fff;padding:0 10px;text-decoration:none;}
ol#controls li.current a{background:#5dc9e1;color:#fff;}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
I want width:370px;height:440px, but when I changed it never worked..
strange is that you write me that on the site is slider's height: 430px, but in the stylesheet.css is defined height: 440px .. I do not understand..
so I tried to change:
HTML Code:
#control_div{width:200px;height:18px;position:relative;left:500px;top:-50px;}
to:
HTML Code:
#control_div{width:400px;height:18px;position:relative;left:500px;top:-50px;}
But it didnt work too..
Here is location of stylesheet.css
/www/includes/templates/all_business/css/
Bookmarks