Thread Starter
donpro
(@donpro)
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
(@donpro)
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
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
Hi,
I think your issue is solved if still need please let me know. I am closing this topic now.
Thanks
Mamun