Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Duplicate
-
2.24.03, 2.26.00
-
None
-
None
-
None
Description
The elements that are denoted as either container or container-items can only contain a single className; hst-container or hst-container-item. This makes it hard to use frameworks like Bootstrap.
The following is currently not possible:
<div class="row-fluid hst-container">
<div class="hst-container-item span4">Text here</div>
<div class="hst-container-item span8">More here</div>
</div>
Attachments
Issue Links
- relates to
-
CMS-7303 Make channel manager css classes for containers and items more flexible
- Closed