MyBB Community Forums

Full Version: to change postition of login popup to left or right ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I would to change postition of login popup  to left or right 

also stars rating left to right

Some one have any idea about that ? from xml if it's possible please
the positioning css for modals is in global.css toward the bottom of the page.
It is not recommended to edit via the xml file for various reasons (least of all being potential whitespace issues on import) and is advised to edit in simple or advanced css editor and also template editor in mybb acp.

For what you are looking for it will be In global.css look for /** Modal Start **/ to find modal styling. look in star_rating.css for star styling.

If you insist on editing via xml file you can do a find query like name="global.css" & name="star_rating.css"