|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Bootstrap on forum module |
Bootstrap on forum module |
Can you look at this part of bootstrap for responsive tables: http://getbootstrap.com/css/#tables-responsive
how can i achieve this(.table classes and to add .table-responsive around table)? |
LeonHaker, unfortunately, you can only add extra classes on the forum's tables using JavaScript/jQuery. Here's how...
HTML: Code <table class="sampleClass">Sample</table> jQuery: Code $("sampleClass").addClass(".table-responsive"); the html at the end will be... HTML: Code <table class="sampleClass table-responsive">Sample</div> You can also try copying bootstrap's CSS and applying it at the forum's default CSS. Post edited by Eriko - Friday, 2015-02-20, 8:00 AM
|
| |||
| |||