Title: CSS3 column-count issue with OPERA
Last modified: August 21, 2016

---

# CSS3 column-count issue with OPERA

 *  Resolved [e-factor](https://wordpress.org/support/users/e-factor/)
 * (@e-factor)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/css3-column-count-issue-with-opera/)
 * Hello,
    I’ve noticed that if I use with OPERA browser this css3 directive: “-
   webkit-column-count:2; -moz-column-count:3; column-count:3;” the last column 
   is not showed. Whatever is the number of columns It always misses the last… It
   seems like under…z-indexed or something like that… any idea? Thanks.
 * [http://wordpress.org/plugins/easy-modal/](http://wordpress.org/plugins/easy-modal/)

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

 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/css3-column-count-issue-with-opera/#post-4124172)
 * Do you have a link I can examine. I will grab opera and take a look.
 *  Thread Starter [e-factor](https://wordpress.org/support/users/e-factor/)
 * (@e-factor)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/css3-column-count-issue-with-opera/#post-4124241)
 * Here you go:
    [http://usatocontrollato.com/sell-your-car/](http://usatocontrollato.com/sell-your-car/)
 * To open the modal window just click on “apri” or on “Optional” input box (middle
   of the page).
 * Thanks for your help.
    f
 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css3-column-count-issue-with-opera/#post-4124295)
 * Wondering if this was solved by any of the latest updates. Please let me know
   so i can close the thread.
 *  Thread Starter [e-factor](https://wordpress.org/support/users/e-factor/)
 * (@e-factor)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css3-column-count-issue-with-opera/#post-4124296)
 * Actually not yet…. I’m still stuck in this thing….
 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css3-column-count-issue-with-opera/#post-4124297)
 * Do you happen to have another link. The one from before is no long working and
   is just a login screen. I’d be happy to take another look.
 *  Thread Starter [e-factor](https://wordpress.org/support/users/e-factor/)
 * (@e-factor)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css3-column-count-issue-with-opera/#post-4124298)
 * Sure, here’s a new testing page:
    [http://usatocontrollato.com/testing/](http://usatocontrollato.com/testing/)
 * Just click inside the input box of “inserisci gli optional” field to open the
   modal.
 * thanks for caring… 🙂
 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css3-column-count-issue-with-opera/#post-4124300)
 * Ok i just checked it in the latest version of opera and it is working fine that
   i can see. I see 3 full columns of checkboxes.
 * Are you still experiencing the problem?
 *  Thread Starter [e-factor](https://wordpress.org/support/users/e-factor/)
 * (@e-factor)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/css3-column-count-issue-with-opera/#post-4124301)
 * Thank you danieliser.
 * I’ve just solved it with this hack that works at least on opera 12.10…
 * First of all I’ve made a class for the div that contains those “optionals”:
 *     ```
       .optionals {
       -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
       column-count: 3;
       -moz-column-width: 285px !important;
       -o-column-count: 1 !important;
       }
       ```
   
 * And then I’ve added an hack to target Opera (…and only Opera) with the non-exsisting
   pseudoclass “doesnotexist:-o-prefocus”
 *     ```
       doesnotexist:-o-prefocus, .optionals {column-count:auto !important;}
       ```
   
 * And this just did the trick…
    I hope it could be helpful. Thanks for your help.
 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/css3-column-count-issue-with-opera/#post-4124302)
 * Glad you got it figured out. Browser testing is usually my least favorite part
   of my projects. I can’t wait till they all get their head on straight and unify
   the HTML/CSS engines for all browsers.
 * Please take a moment to rate and review the plugin and/or support [http://wordpress.org/support/view/plugin-reviews/easy-modal](http://wordpress.org/support/view/plugin-reviews/easy-modal)

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

The topic ‘CSS3 column-count issue with OPERA’ is closed to new replies.

 * ![](https://ps.w.org/easy-modal/assets/icon-256x256.png?rev=982657)
 * [Easy Modal](https://wordpress.org/plugins/easy-modal/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-modal/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-modal/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-modal/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-modal/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-modal/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/css3-column-count-issue-with-opera/#post-4124302)
 * Status: resolved