Branding Layout Page
I would like to add 3 Content Types next to eachother horizontally across the page. How is this done? Basically I have 3 heading that I want to show across the home page of our site collection each heading will have text u
September 1st, 2015 12:24pm

3 Content Types? Or just 3 Web Parts?

There are a number of different page layouts, some of them allow you to insert web parts that stack horizontally. You choose the page layout when you create the page, but I think you can only change the layout of an existing page if you have Publishing enabled.

Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 3:00pm

Yes, I would like to add 3 Web parts horizontally. Basically I have 3 categories for people to read, New - Company News - Events that I would like to show across the page with headings on the top and text underneath.
September 1st, 2015 4:00pm

3 Content Types? Or just 3 Web Parts?

There are a number of different page layouts, some of them allow you to insert web parts that stack horizontally. You choose the page layout when you create the page, but I think you can only change the layout of an existing page if you have Publishing enabled.

  • Marked as answer by ChiefUK 14 hours 14 minutes ago
  • Unmarked as answer by ChiefUK 9 hours 3 minutes ago
Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 7:00pm

3 Content Types? Or just 3 Web Parts?

There are a number of different page layouts, some of them allow you to insert web parts that stack horizontally. You choose the page layout when you create the page, but I think you can only change the layout of an existing page if you have Publishing enabled.

  • Marked as answer by ChiefUK Thursday, September 03, 2015 5:26 PM
  • Unmarked as answer by ChiefUK Thursday, September 03, 2015 10:37 PM
September 1st, 2015 7:00pm

Hi,

You may need to create a custom page layout in SharePoint Designer with three place holders for placing 3 web parts horizontally. Try the below code to create a new custom page layout and use this layout in your SharePoint page. Then, you will be able to add the three web parts horizontally:

<table style="width: 100%">
	<tr>
		<td style="width:33%; float: left;">
		<WebPartPages:WebPartZone id="" runat="server" title="Zone 1"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>		
		</td>
		
		<td style="width:33%; float: left;">
		<WebPartPages:WebPartZone id="" runat="server" title="Zone 2"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>
		</td>
		
		<td style="width:33%; float: left;">
		<WebPartPages:WebPartZone id="" runat="server" title="Zone 3"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>		
		</td>
	</tr>
</table>
Hope this helps you!
Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 10:26pm

So.. did you read my whole post or just the initial question? There are page layouts that exist that allow for horizontally stacking web parts. Have you looked into those?
September 2nd, 2015 12:37pm

Yes I did read your post, but SharePoint does not give me the layout that I am looking for. See the diagram I need below. Each line being a title within a box with text underneath.

                           .................................................................................................

                          .....................              .............................          ............................

                          ..........   ..............   ............   ............   ............   ...........    ...........

Free Windows Admin Tool Kit Click here and download it now
September 3rd, 2015 6:41pm

It looks like this layout would suit your need just fine:

If you don't see this many layouts, it may be limited by the site settings
September 4th, 2015 10:10am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics