Re: All Business template Support Thread
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:
Code:
#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:240px;overflow:hidden;}
and you will also need to adjust the position of the slider (the left and top) navigation button:
Code:
#control_div{width:200px;height:18px;position:relative;left:500px;top:-50px;}
And you will need to change the dimensions of your images too.
If you need help let me know the new dimensions.
Thanks,
Anne
Re: All Business template Support Thread
Quote:
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/
Re: All Business template Support Thread
Libor,
If you change the width in the stylesheet and change the images width to 370, then you will see the change.
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
Libor,
If you change the width in the stylesheet and change the images width to 370, then you will see the change.
Thanks,
Anne
So I tried to change both setinngs(height:215px & dimension of image) but the slider staied on original dimensions with smaller image..
I think that the sites do not react to change the content stylesheet.css, but I do not understand why ..
Re: All Business template Support Thread
Quote:
So I tried to change both setinngs(height:215px & dimension of image) but the slider staied on original dimensions with smaller image..
I think that the sites do not react to change the content stylesheet.css, but I do not understand why ..
The stylesheet is doing its job because when I make changes via firebug, it works :smile:
I still see the images as 740 px wide. Can you resize them in your image program and put up the new images at the new width? Then I can help you work out the code.
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
The stylesheet is doing its job because when I make changes via firebug, it works :smile:
I still see the images as 740 px wide. Can you resize them in your image program and put up the new images at the new width? Then I can help you work out the code.
Thanks,
Anne
Now I changed image to 740x215px, cause I want to have it equally wide, but narrower..
Now you can see it..
Re: All Business template Support Thread
Quote:
Now I changed image to 740x215px, cause I want to have it equally wide, but narrower..
Now you can see it..
I believe your problem is that you have a stylesheet.css file AND a stylesheet_.css file. If you remove the stylesheet_.css and make your changes to the stylesheet.css then it will work :smile:
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
I believe your problem is that you have a stylesheet.css file AND a stylesheet_.css file. If you remove the stylesheet_.css and make your changes to the stylesheet.css then it will work :smile:
Thanks,
Anne
UNBELIEVABLE.. thx so much! :clap:
Re: All Business template Support Thread
No problem. I am happy that it is all sorted out :D
Thanks,
Anne
Re: All Business template Support Thread
Thank you picaflor-azul, I am using the all business template. Very nice. :clap: