Title: Firfox Problem Height Calculation
Last modified: August 31, 2016

---

# Firfox Problem Height Calculation

 *  [rta.design](https://wordpress.org/support/users/rtadesign/)
 * (@rtadesign)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/firfox-problem-height-calculation/)
 * Hi there,
 * I’m struggling with a problem appearing in Firefox Browser.
    See my page:[http://vbra-online.de/mitglieder/](http://vbra-online.de/mitglieder/)
 * The height calculation of the .cnOurHolder Container is not working properly.
   For the moment I override the CSS file with
 *     ```
       .cnOurHolder {
           height: auto !important;
       }
       ```
   
 * to make the page accessible to users.
 * But actually the height is set to
 *     ```
       <ul class="cnOurHolder" style="height: 19px; width: 100%;">
       ```
   
 * And that’s not right! Any ideas?
 * [https://wordpress.org/plugins/codenovo-portfolio/](https://wordpress.org/plugins/codenovo-portfolio/)

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

 *  [arframos](https://wordpress.org/support/users/arframos/)
 * (@arframos)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/firfox-problem-height-calculation/#post-7002847)
 * Hi, I have the same problem on my website.
 * It happens in Firefox and Safari.
 * I have not found any solution yet.
 *  [evertons](https://wordpress.org/support/users/evertons/)
 * (@evertons)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/firfox-problem-height-calculation/#post-7003201)
 * Yes, you are both right. There this bug when having a single item/image displayed.
   But when there are at least 2 items within a filter, this error doesn’t show 
   up.
 * Anyone figured it out?
 *  Thread Starter [rta.design](https://wordpress.org/support/users/rtadesign/)
 * (@rtadesign)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/firfox-problem-height-calculation/#post-7003202)
 * I actually have the problem also if there is more than one object…
 *  [evertons](https://wordpress.org/support/users/evertons/)
 * (@evertons)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/firfox-problem-height-calculation/#post-7003205)
 * and this is not the only bug. There is another one when one item belongs to a
   certain category portfolio and that category is not ‘integrated’ within the page
   slug but only the item: eg [http://www.YourSite.com/portfolio/item](http://www.YourSite.com/portfolio/item)
   instead of the correct one [http://www.YourSite.com/portfolio/category/item](http://www.YourSite.com/portfolio/category/item)
   
   I think I will skip this plugin, it would had be a great plugin for me and I 
   would had even donate for it a small amount, but unfortunately it has too many
   bugs and support is almost 0.
 *  [kiran23rao](https://wordpress.org/support/users/kiran23rao/)
 * (@kiran23rao)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/firfox-problem-height-calculation/#post-7003227)
 * Replace else if loop in **plugins\codenovo-portfolio\js\jquery.quicksand.js **
   on line no.271 with below code
 * else if (options.adjustHeight === ‘auto’)
    { $sourceParent.css(‘height’, ‘auto’);}
 * This will solve your firefox height calculation problem

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

The topic ‘Firfox Problem Height Calculation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/codenovo-portfolio_759fab.svg)
 * [Codenovo Portfolio](https://wordpress.org/plugins/codenovo-portfolio/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/codenovo-portfolio/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/codenovo-portfolio/)
 * [Active Topics](https://wordpress.org/support/plugin/codenovo-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/codenovo-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/codenovo-portfolio/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [kiran23rao](https://wordpress.org/support/users/kiran23rao/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/firfox-problem-height-calculation/#post-7003227)
 * Status: not resolved