
Hi,
I'm creating a visual sitemap for a site which is wordpress multi-user.
The sitemap can be seen here:
http://rapidregisteredagent.com/sitemap/
I'm using standard bootstrap markup for the columns, like this:
<div class="row">
<div class="col-md-4">
content
</div>
<div class="col-md-4">
content
</div>
</div> <!-- end row -->
<div class="row">
<div class="col-md-12">
content
</div>
</div> <!-- end row -->
But as you can see on the sitemap, bootstrap is compressing it. The page template doesn't do that on other pages (but I'm not using columns on those pages), so what am I missing?
Thanks,
Andrew
Hi, I'm creating a visual sitemap for a site which is wordpress multi-user. The sitemap can be seen here: http://rapidregisteredagent.com/sitemap/ I'm using standard bootstrap markup for the columns, like this: <div class="row"> <div class="col-md-4"> content </div> <div class="col-md-4"> content </div> </div> <!-- end row --> <div class="row"> <div class="col-md-12"> content </div> </div> <!-- end row --> But as you can see on the sitemap, bootstrap is compressing it. The page template doesn't do that on other pages (but I'm not using columns on those pages), so what am I missing? Thanks, Andrew