Continuing the discussion from The close button was displayed on the left side, how to return it to the right?:
I have upgraded my test site (only plugins and no site customization) 3 or 4 days ago and I see that I have the close button (for login, sign up and banner) on the left.
I’ve seen it on many forums:
- http://foodtalkcentral.com/ (Discourse 1.8.0.beta10 - https://github.com/discourse/discourse version dad20240946ac2af90847c4518268b89b4cf02c8)
- https://forum.fractalfuture.net/ (Discourse 1.8.0.beta10 - https://github.com/discourse/discourse version c9c7ec799f83bc25b1a4f4f1a2beee436b5207c4)
- https://discuss.moe/ (Discourse 1.8.0.beta10 - https://github.com/discourse/discourse version 4e1f8ec72b791006fca7c6c3347c8347d27e4dc6)
- https://forums.grimreapergamers.com/ (Discourse 1.8.0.beta10 - https://github.com/discourse/discourse version 82dfe4c5d5867a091f1aa9fef0d04982152d21af)
- https://community.p2pu.org/ (Discourse 1.8.0.beta9 - https://github.com/discourse/discourse version e49f3a408e87d60ddbd1e400f31231bcd147728f)
The difference that I can see with my live site (Discourse 1.8.0.beta10 - https://github.com/discourse/discourse version f968b4e6629c352e9f5425e35f5dcbe72f4fbe88) - where the close button is display in the correct position - is relative to the class .modal-close
(the parent of .close
I think) where is the float:right
statement.
This is my forum:
This is https://discuss.moe/
https://i.imgur.com/pCCRLMb.png
For example, looking to http://foodtalkcentral.com/ and https://forum.fractalfuture.net/ I can see the correct position (on the right) when I try to login or signup. There is the class .modal-close
and the float: right
, but the close button for banners is on the left.