Carousel Banner - Multiple Banner on Same Page
- Posted by Hitesh (4) Offline
Hi There,
First of all, great extension. Had few glitched but then worked like a charm.
I have multiple Banners on same page. and both has different dimensions. The problem is that second banner is picking up width of first banner. I am not sure how to fix that. I tried different class prefix but had no luck
Please advice me how to fix that.
Regards
10 years 7 months ago #1
by Hitesh
First of all, great extension. Had few glitched but then worked like a charm.
I have multiple Banners on same page. and both has different dimensions. The problem is that second banner is picking up width of first banner. I am not sure how to fix that. I tried different class prefix but had no luck
Please advice me how to fix that.
Regards
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
- Posted by Hitesh (4) Offline
Hi Admin,
Here is website link: nit.com.au/
As you can see there are two banners on home page. .One on top and one on right side.
Regards
10 years 7 months ago #3
by Hitesh
Here is website link: nit.com.au/
As you can see there are two banners on home page. .One on top and one on right side.
Regards
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hmm, the width is calculated automatically by the javascript and it's indeed not tested for multiple use on the same page.
Can you try to add this code to your css file :
10 years 7 months ago #4
by TemplatePlazza
Can you try to add this code to your css file :
#mycarousel262 .jcarousel-item {
width:245px!important;
}
Please Log in or Create an account to join the conversation.
- Posted by Hitesh (4) Offline
Thanks Admin,
It removed space between banners but banners didnt scrolled correctly. Only 2 banner scrolled and third was half.. and they started again from first..
10 years 7 months ago #5
by Hitesh
It removed space between banners but banners didnt scrolled correctly. Only 2 banner scrolled and third was half.. and they started again from first..
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi, How about this one :
10 years 7 months ago #6
by TemplatePlazza
.jcarousel-skin-tango .jcarousel-clip-horizontal #mycarousel262 {
width: 245px!important;
}
Please Log in or Create an account to join the conversation.