Forum Discussion
Forsh75
Oct 05, 2023Copper Contributor
Unable to create full width section
Hi all,
I'm adding a single column section but it's only taking up the first 2/3rds of the section, it won't go full width. I don't have the option to add a full width section. My colleague has created a similar SharePoint site and his sections are full width. If I create a new section on his page it spans the full width. I've tried to create a brand new page from the blank template option but I get the same result.
Any help greatly appreciated.
My pageHis page
Holly-CMS You cannot update the value of SharePoint default Title column using formula.
My suggestion is modify formula in Power Apps to update the Title column same as how you are updating the ITRequestID column now. This will be the best approach to follow.If you cannot modify power apps for any reasons, you can create a power automate flow which will run on item creation/update (trigger - when item is created or modified) with single "Update item" action - you can use this action to populate Title column value based on ITRequestID column.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
10 Replies
Sort By
- Jim4011Copper Contributor
Since December 2022, fullWidth'ing has been possible for Team sites, Communication sites (not just the couple of OOTB fullWith webpart options), and Team sites without M365 Groups.
Update horizontalSection - Microsoft Graph beta | Microsoft Learn , scroll down, follow the instructions to update the desired horiztonal section(s). In the Request body, use
{"layout":"fullWidth"
}
- Jim4011Copper Contributor
https://developer.microsoft.com/en-us/graph/changelog/?search=acbe1bc4-3ced-4e51-b941-36a370205d1f back in DEC 2022 had the subtle hint about being able to adjust SharePoint page column settings .....🙂
- Two possible reasons:
1. If you have a team site, there is no option for a full width section. They are only available on a communication site.
2. If you have a communication site and you have added a vertical section, you will not be able to add a full width section. If you delete the vertical section, you should be able to add a full width section.- Forsh75Copper ContributorHi Susan, as far as I'm aware both sites above are exactly the same, is there an easy way for me check?
- If you see the word Group in the header for the site, you are looking at a team site. If you don't see that, you are likely looking at a comm site. If you see navigation on the left side, then you are definitely looking at a team site.