Fixing margin(?) issue
Hey! so in image, you'll notice that the first Select (with the text "All" is more to the right due to the others having an X, which the first one doesn't need
I already attempted with an "::after"
it didn't help
I already tried putting a margin-left as well as padding-left on the X, it didn't help
I also tried the opposite, a padding & margin right on the select
Didn't help either
it just doesn't want to re-arrange itself...
Could it be bc the parent element is on margin:auto ?
HTML
CSS
(Only added the code related to the issue, if you desire a codepen version, please give me about max 20 hours depending on when requested as I'll be out tomorrow)
2 Replies
The text-align is inherited and affects the position of the select elements. Apply text-align:left to dialog-gameSelectors.
alright I'll give that a try when im back