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 actually trid to build a custom layout html page but there seems to be something broken on it. Please feel free to scrutinize and see if there is a way i can make this better, i have also uploaded the design file from the twitter/bootstrap kit. There are some css references which i made for my page there too.
and thanks alot for the replies 🙂
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!
Try using this responsive solution as a base.
https://responsivesharepoint.codeplex.com/
do i do that within the custom pages? or what if i use the design manager route and build the pages from scratch? provided i use the bootstrap page code templates?
Have you created the responsive page layouts where they are references the proper classes?