So, if you wanted to move the reports link to a custom position in the dashboard, you can achieve that by placing the following code in a narrative view where ever needed. Below is the code:
<style>.ResultlinksCell { background-color: Red; border-top: white; border-left: Black;
position:relative;
top:-150px;
left:-350px;
}</style>
Until Next Time... :)
No comments:
Post a Comment