Adjust position of login block

Greetings, I'm having a problem in keeping the login block in the desired position. I have placed the login block in the default top bar section. There are 3 regions in the same line, but only the Login region has a block enabled: [Socials - 8 cols] [Search - 2 cols] [Login - 2 cols] However, the position of the login block changes from the left side of the section (when not logged in) to the right (when logged in). Position changes even with another block (empty) to the left. How can i keep the login block always in the desired position? Thank you in advance,
Hello pmz, Could you give us your site url and admin account to check. Thanks,
Hello, I still have it as a localhost install. I'll upload to the server in the next days and contact you then with the details. Best regards
I've sent an e-mail to [email protected] with the access details. Thank you for your assistance,
Sorry for the late reply. We have checked the issue on your server and please see our feedback below: The region will be hidden if you don't enable any block inside it. So now if you want to set login block at right of top bar, please use css below: #section-top-bar .region:last-child { float: right; } Thanks!
Dear Jimmy, Thank you for the solution and explanation. I implemented it in custom.less and it worked correctly :) Best regards