Title: Bug in CSS code
Last modified: August 31, 2016

---

# Bug in CSS code

 *  Resolved [donpro](https://wordpress.org/support/users/donpro/)
 * (@donpro)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bug-in-css-code/)
 * Hi,
 * I have ascertained that your plugin is causing a bug in responsive view on the
   mobile phone (I use Android).
 * My URL is: [http://www.goldheartstaging.com](http://www.goldheartstaging.com)
 * The code I use is:
    [tlpteam col=”4″ member=”9″ orderby=”menu_order” order=”ASC”
   layout=”isotope”]
 * It seems that your plugin adds CSS so that the display is too wide on the mobile
   phone and characters are cut off.
 * When IU disable your plugin, all is fine
 * Is there a fix for this?
 * Thanks / Don
 * [https://wordpress.org/plugins/tlp-team/](https://wordpress.org/plugins/tlp-team/)

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

 *  Thread Starter [donpro](https://wordpress.org/support/users/donpro/)
 * (@donpro)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bug-in-css-code/#post-7029674)
 * I commented out the following lines in tlpstyle.css and the problem resolved.
   Then I removed the comment and can;t replicate the problem. Weird…
 * .container{margin-right: auto; margin-left: auto; padding-left: 15px; padding-
   right: 15px; }
    .container-fluid {margin-right: auto; margin-left: auto; padding-
   left: 15px; padding-right: 15px; } .clearfix:before, .clearfix:after, .container:
   before, .container:after, .container-fluid:before, .container-fluid:after, .row:
   before, .row:after {content: ” “; display: table; } .clearfix:after,.container:
   after, .container-fluid:after, .row:after {clear: both; } .row {margin-left: -
   15px;margin-right: -15px;}
 *  Thread Starter [donpro](https://wordpress.org/support/users/donpro/)
 * (@donpro)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bug-in-css-code/#post-7029696)
 * Well the problem, is back. The only way to fix it is to disable the plugin which
   I’ve done so for the moment as the owner is complaining.
 * I can set it back if you want to look but meantime, I’ll need to look for another
   plugin.
 * Rgds / Don
 *  Plugin Author [RadiusTheme](https://wordpress.org/support/users/techlabpro1/)
 * (@techlabpro1)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bug-in-css-code/#post-7029811)
 * Hello,
 * Please replace this css
    * { -webkit-box-sizing: border-box; -moz-box-sizing:
   border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing:
   border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
 * with this new code
    .tlp-team * { -webkit-box-sizing: border-box; -moz-box-sizing:
   border-box; box-sizing: border-box; } .tlp-team *:before, .tlp-team *:after {-
   webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-
   box; }
 * I think your layout issue will be fixed.
 * Also I just tested “Isotope Layout” with my iPhone 5 it is working fine here.
 * Thanks
 *  Plugin Author [RadiusTheme](https://wordpress.org/support/users/techlabpro1/)
 * (@techlabpro1)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/bug-in-css-code/#post-7030073)
 * Hi,
    I think your issue is solved if still need please let me know. I am closing
   this topic now.
 * Thanks
    Mamun

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

The topic ‘Bug in CSS code’ is closed to new replies.

 * ![](https://ps.w.org/tlp-team/assets/icon-128x128.gif?rev=2631261)
 * [Team - Team Members Showcase Plugin](https://wordpress.org/plugins/tlp-team/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tlp-team/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tlp-team/)
 * [Active Topics](https://wordpress.org/support/plugin/tlp-team/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tlp-team/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tlp-team/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [RadiusTheme](https://wordpress.org/support/users/techlabpro1/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/bug-in-css-code/#post-7030073)
 * Status: resolved