<div class="row">
<div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-md-9">
<div class="t3-sidebar t3-sidebar-right col-xs-12 col-sm-4 col-md-3">
</div>
</div>
all i need is these two classes the same height dynamically(responsive)
tried to implement those scripts:
http://t3-framework.org/discussions/how-to-sett-equal-heights-with-jquery-in-t3v3.html
jquery.equalheight.js from system plugin t3 base
jquery.matchheight.js http://brm.io/jquery-match-height/
http://extensions.joomla.org/extensions/style-a-design/design/21690 plugin for equalheight.
also tried in custom-css like:
.row display:table-row
.t3-content:display:table-cell
t3-sidebar:display:table-cell
no chance
does someone knows the trick