How set individual height for slider?
9 years 4 months ago - 9 years 4 months ago #31339
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic How set individual height for slider?
ok I still don't really understand what you want to achieve (my fault because my brain has a high level Firewall
)
if you are looking for the slideshow container, it has the ID "camera_wrap_87"
you can find it using Firebug

if you are looking for the slideshow container, it has the ID "camera_wrap_87"
you can find it using Firebug
Joomlack Webmaster and Developer
Last edit: 9 years 4 months ago by ced1870.
The following user(s) said Thank You: Gershwin
Please Log in or Create an account to join the conversation.
9 years 4 months ago #31387
by Gershwin
Replied by Gershwin on topic How set individual height for slider?
Hi ced,
well I think I have found a good way.
Please allow me to ask just two questions:
- Is it possible to center the Pagination signs (there are at the right corner)
- I have a unlovely space under the slider. If I ask Firefox I get:
Where can I change the margin-bottom: 62px
Thanks a lot!
well I think I have found a good way.
Please allow me to ask just two questions:
- Is it possible to center the Pagination signs (there are at the right corner)
- I have a unlovely space under the slider. If I ask Firefox I get:
Code:
<div style="display: block; height: 904px; margin-bottom: 62px;" class="slideshowck camera_wrap camera_green_skin" id="camera_wrap_87">
Where can I change the margin-bottom: 62px
Thanks a lot!
Please Log in or Create an account to join the conversation.
9 years 4 months ago #31400
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic How set individual height for slider?
ok cool 
1/ for the center, yes you can do it like in the example of the themes
www.joomlack.fr/slideshowck/themes-slideshow
2/ the space is generated by JS but you can force it with css with something like

1/ for the center, yes you can do it like in the example of the themes
www.joomlack.fr/slideshowck/themes-slideshow
2/ the space is generated by JS but you can force it with css with something like
Code:
#camera_wrap_87 {margin-bottom:0 !important; }
Joomlack Webmaster and Developer
The following user(s) said Thank You: Gershwin
Please Log in or Create an account to join the conversation.
9 years 4 months ago #31416
by Gershwin
Replied by Gershwin on topic How set individual height for slider?
merci beaucoup
Please Log in or Create an account to join the conversation.
Time to create page: 0.206 seconds