dethfire Well-known member Mar 10, 2015 #1 where do you change the overlay width? the overlay style width setting doesn't change it
Amaury Well-known member Mar 10, 2015 #2 Which overlay are you referring to, specifically? Upvote 0 Downvote
dethfire Well-known member Mar 10, 2015 #3 post edit overlay, i have an editor icon that needs more space Upvote 0 Downvote
Amaury Well-known member Mar 10, 2015 #4 Try using this, changing the width to your desired width: Code: .xenOverlay > .section { max-width: 100%; } Upvote 0 Downvote
Try using this, changing the width to your desired width: Code: .xenOverlay > .section { max-width: 100%; }
dethfire Well-known member Mar 10, 2015 #5 that only seems to work if I want to make it smaller. Can I do 110%? Upvote 0 Downvote
Amaury Well-known member Mar 10, 2015 #6 dethfire said: that only seems to work if I want to make it smaller. Can I do 110%? Click to expand... You should be able to do any percentage or pixels you want. Upvote 0 Downvote
dethfire said: that only seems to work if I want to make it smaller. Can I do 110%? Click to expand... You should be able to do any percentage or pixels you want.