Monday, May 14, 2012

Tagged under: , , ,

Quick CSS adjustment on JCarousel module in Drupal

Sometimes you use JCarousel module in your Drupal website and you want it fit your website quickly. All you have to do is:

#block-views-kornova-news-news-scrollbar .jcarousel-container {
  width: 460px;
}

#block-views-kornova-news-news-scrollbar .jcarousel-clip {
  width: 460px;
  overflow: hidden;
}

0 comments:

Post a Comment