Title: Tiny issue with bullets in Chrome
Last modified: August 21, 2016

---

# Tiny issue with bullets in Chrome

 *  Resolved [Hassan](https://wordpress.org/support/users/hassanhamm/)
 * (@hassanhamm)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/tiny-issue-with-bullets-in-chrome/)
 * I use navigation bullets in my slider. I picked the sixth option which is circles
   with the active circle being a bit bigger in size. It works great in Firefox,
   but the circles all appear as the same size (including the active one) when I
   view it in Chrome.
 * Using the latest versions of both browsers.
 * [https://wordpress.org/plugins/smart-slider-2/](https://wordpress.org/plugins/smart-slider-2/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Gabor](https://wordpress.org/support/users/nextendweb_gabor/)
 * (@nextendweb_gabor)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/tiny-issue-with-bullets-in-chrome/#post-4918652)
 * Hi Hassan! This is a bug, so you can fix it, if you open this file:
    \wp-content\
   plugins\nextend-smart-slider2-full\plugins\nextendsliderwidgetbullet\transition\
   transition\style.css
 * Look for this code around line 120.:
    .nextend-bullet-container.nextend-bullet-
   transition-simple-scale .nextend-bullet.active, .nextend-bullet-container.nextend-
   bullet-transition-simple-scale .nextend-bullet:HOVER{ transform: scale(1); }
 * And change it, so it would have the scaling for other browsers too:
    .nextend-
   bullet-container.nextend-bullet-transition-simple-scale .nextend-bullet.active,.
   nextend-bullet-container.nextend-bullet-transition-simple-scale .nextend-bullet:
   HOVER{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: 
   scale(1); -o-transform: scale(1); transform: scale(1); }
 * After this you should click on Refresh cache at your slider, so it would use 
   this new css code.
 * We will put this into the next version, so you won’t have to worry about it in
   the future.
 *  Thread Starter [Hassan](https://wordpress.org/support/users/hassanhamm/)
 * (@hassanhamm)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/tiny-issue-with-bullets-in-chrome/#post-4918702)
 * Great! Waiting for the update!
 *  [EthWill](https://wordpress.org/support/users/ethwill/)
 * (@ethwill)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/tiny-issue-with-bullets-in-chrome/#post-4918764)
 * Thanks nextendweb_gabor, I have the same bug and fix it by changing style.css
   as you say .

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tiny issue with bullets in Chrome’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/smart-slider-2_a3918b.svg)
 * [Smart Slider 2](https://wordpress.org/plugins/smart-slider-2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smart-slider-2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smart-slider-2/)
 * [Active Topics](https://wordpress.org/support/plugin/smart-slider-2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smart-slider-2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smart-slider-2/reviews/)

## Tags

 * [bullets](https://wordpress.org/support/topic-tag/bullets/)
 * [chrome](https://wordpress.org/support/topic-tag/chrome/)

 * 3 replies
 * 3 participants
 * Last reply from: [EthWill](https://wordpress.org/support/users/ethwill/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/tiny-issue-with-bullets-in-chrome/#post-4918764)
 * Status: resolved