hi guys, ive just been able to make a responsive sharepoint page, my question is if i want to make a new sitepage, the responsiveness of the navigation still works but the content layout is not, how do i set end-user built sitepages become responsive? using sharepoint/office365 and TWITTER bootstrap.
I found that changing Site Pages HTML structure is difficult nearly impossible. We had more success (like Kathie suggested) creating a custom Page Layout where you can use the Bootstrap classes, e.g:
<div class=”col-md-12″>
<div class=”col-md-6″>WEBPART ZONE</div>
<div class=”col-md-6″>WEBPART ZONE</div>
</div>
Good luck!