使SharePoint博客模板具有响应性 [英] Making SharePoint blog template responsive

查看:95
本文介绍了使SharePoint博客模板具有响应性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

We are using the SharePoint blog template to post our blogs and there will be an like/unlike,comments processetc.

在此页面中,该页面似乎没有响应,因此任何人都可以确认是否有使此博客模板具有响应能力的任何流程,或具有该博客模板使其具有响应能力的任何其他网站模板.

In this the page seems to be non responsive,so can anyone please confirm is there any process to make this blog template responsive or any other site template with blog for making it responsive.

推荐答案

要使SharePoint博客页面具有响应性,我们可以使用CSS修改UI的样式.

To make the SharePoint blog page responsive, we can modify the style of the UI using CSS.

<style>
#contentBox{
min-width:100% !important;
}
.ms-blog-MainArea{
min-width:100% !important;
}
.ms-blog-postList{
min-width:100% !important;
}
</style>

或者我们可以创建具有自定义样式的自定义页面来实现它.

Or we can create a custom page with custom styles to achieve it.

更多信息供您参考:

https://collab365.community/sharepoint-s-anatomy-sensitive-web- design-1/

http://www.topsharepoint.com/sensitive-sharepoint-websites

最好的问候,

丹尼斯


这篇关于使SharePoint博客模板具有响应性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆