Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Is there any way to move the location of where the username displays in the banner? We recently upgraded from 10.1 to 11.0. The company logo I use is too wide in the new version.
Hi @STEVEG,
To do this follow below steps:
<table><tr><td><div id="logoNav" class="' + PTC.navigation.HEADER_CLASS + '"></div></td><td><span id="globalUser"></span></td></tr></table>
<table><tr><td><div id="logoNav" class="' + PTC.navigation.HEADER_CLASS + '"></div></td><td>                                                        <span id="globalUser"></span></td></tr></table>
ant -f bin\jsfrag_combine.xml
It will looks like below:
Note:
I hope this will help you.
Best Regards,
Shirish
Thank you for that. I have been so incredible busy since our upgrade because of problems with it, or end or year tasks that I haven't been able visit this community. Things are starting so slow down now. I didn't want to mark this as accepted yet until we can try it to verify it works.