How to make {module_cataloguelistdump}
fit inside sidebar div tag
Module does not move to left margin inside the div tag.
see html below - see screen shot below.
<!— SIDE BAR -->
<div class="col-xs-12 col-sm-4 col-lg-3 pull-left sidebar">
<!-- CATEGORIES LIST -->
<div class="section module-list-items">
<h4 class="section-title">Categories</h4>
{module_cataloguelistdump,-1,1,_self,Weight}
</div>
<!-- /CATEGORIES LIST -->
</div>
Hey there,
View the CSS on it and view the html on it. It is pretty straight forward if you inspect markup and then change the CSS to suit.
With those catalog names though your space does not look big enough for them so most of them will instantly be on two lines no matter what you do. So consider that as well.