Carousel Banner - Multiple Banner on Same Page

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

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi, Can you share your website URL so I can take a look?
10 years 7 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

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

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 :
#mycarousel262 .jcarousel-item {
  width:245px!important;
}
10 years 7 months ago #4 by TemplatePlazza

Please Log in or Create an account to join the conversation.

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

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi, How about this one :
.jcarousel-skin-tango .jcarousel-clip-horizontal #mycarousel262 {
    width:  245px!important;
}
10 years 7 months ago #6 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum