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
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