Hi FOlks:
I've created a basic skin off a simple bootstrap template. At the top, I've got the standard navbar, then a carousel pane, then contentpane. They sit within a div like this:
<div class="container">
<div id="CarouselPane" class="col-md-12"></div>
<div id="ContentPane" class="col-md-12"></div>
when I add an HTML module to either CaroselPane or ContentPane, it does not take up 100% of the width. It's as if there are two empty sidebars to the left and right of the HTML Module.
If I edit my ascx and just put some text in either div, it aligns fully to the left of my browser window.
I can't figure out why the HTML module is not going to 100% of the width of the ContentPane. Any advice/ideas? My guess is that there's some built-in css restricting the width to like 80%/center for the HTML Module contents, but I"m not sure how to override this.
Basically, I jsut want the HTML Modules to be 100% as wide as the containing div in my ascx.
Thanks for the help! Just tinkering with creating my first skin for DNN