Question

I have added a link to another page via a CEWP but I need to move the position of the link to the top of the web part. I have attached a screenshot which will demonstrate the issue better. I need the link below the grey line of the previous webpart.Example

Was it helpful?

Solution

A ductape patch is adding a negative margin-top

<div style="margin-top:-200px">
 YOUR CONTENT
</div>
Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top