Working on our “Splash page” for our new SP2013 site.
I am using the Welcome Page “Splash” layout. In this layout there is a Page Image container that I do not need or want. What I’m trying to determine is what is the recommended way for removing this web part?
I may be wrong but I think that Page Image container is what’s causing the blank white space at the top of my page… how do I fix it?
Here’s the Edit view showing that section:
Here’s how the page looks at the moment:
?width=750?width=750
What we ended up doing was having our Marketing guy create an image to fill the space. we figured we could change at the image as we move along to keep the page fresh.
If you use this pagelayout only on one page you could use a scripteditor webpart with the following css:
<style>
.clearer {
display:none;
}
</style>
Other option: Create a custom pagelayout with only the two webpartzones