I am facing difficulties in repositioning the LoggedInTemplate on my website. I have attempted various methods to style it using CSS, such as wrapping it in a div or span, adding an ID, and utilizing the given IDs HeadLoginName and HeadLoginStatus. However, none of these approaches seem to be working. Here is the code snippet:
<LoggedInTemplate>
Hello <asp:LoginName ID="HeadLoginName" runat="server" />!
<asp:LoginStatus ID="HeadLoginStatus" runat="server" LogoutAction="Redirect" LogoutText="Log-out" LogoutPageUrl="~/"/>
</LoggedInTemplate>
Here is a screenshot showing how I want to move the LoggedInTemplate to the top right of the screen: [https://i.sstatic.net/3FCDY.png][1]