Hello!
... on version 4.4.13 have installed contao-bootstrap, your extension contao-blocks and some other.
When I create all needed blocks and put content in them, have a problem. Can't using bootstrap columns because I have one to much div -> See the code below:
How to remove it!?
Thank you & Best regards,
Goran
HTML Code:
<div class="container" id="container">
<main id="main" itemscope itemtype="http://schema.org/WebPageElement" itemprop="mainContentOfPage">
<div class="inside">
<div class="mod_article first last block" id="article-5">
<div> <- THIS
<div class="ce_text col-10 first block">
<h1>Terst heading</h1>
<p class="tl_help tl_tip" title="">You can use HTML tags to format the text.</p>
</div>
</div> <- THIS
<div> <- THIS
<div class="ce_image col-2 last block">
<figure class="image_container" itemscope itemtype="http://schema.org/ImageObject">
<a href="/" itemprop="contentUrl"><img src="files/img/img/logo-xtalk.png" width="673" height="161" alt="" itemprop="image"></a>
</figure>
</div>
</div> <- THIS
</div>
</div>
</main>
</div>
Bookmarks