i trying add simple table few row, each 3 columns in wordpress blog.
<table> <tbody> <tr> <td><img src="http://www.alidimare.net/images/loveis/01.jpg" alt="love is"/></td> <td><img src="http://www.alidimare.net/images/loveis/07.jpg" alt="love is"/></td> <td><img src="http://www.alidimare.net/images/loveis/02.jpg" alt="love is"/></td> </tr> and have tried make responsive using magic-liquidizer-responsive , tablepress-responsive plugin. results not coming in proper, images size stays small thou table gets 1 single column.
please let me know how fix this.
you need verify if have other css files loaded (your theme) overriding images css, inspect , verify.. need make custom css .. can try adding "!important;"
table td img{ width: 100% !important; }
Comments
Post a Comment