[TYPO3-dev] gridelements with bootstrap_grids

NGUYEN Duc Quan quan at apart.lu
Mon Sep 5 17:43:28 CEST 2016


Hi,

I am currently trying to add a container wrapper around the grid element (around the row-div). Unfortunately I can't figure out how to do this.

I tried to do it via typoscript

lib.bootstrap_grids {
    2cols.wrap = <div class="bla-container"><div class="row">|</div></div>
    3cols.wrap = <div class="bla-container"><div class="row">|</div></div>
    4cols.wrap = <div class="bla-container"><div class="row">|</div></div>
}

but as it seems that didn't do the trick. I checked the typoscript object browser which shows that the previous wrap entry had been overwritten correcty but my out still doesn't have the bla-container div around.

Could someone help me out?


Thanks a lot!



More information about the TYPO3-dev mailing list