#Buttons are stacked and centered, but not fully aligned.

1 messages · Page 1 of 1 (latest)

west jay
#

Share your scrim?

river junco
#

idk why but I can't run the scrim

#

it says error lol

#

this is the css

west jay
#

Please share the link to your scrim I'll take a look from there.

river junco
#

Alrighty, will do once I get a chance. Thanks your time!

river junco
#

let me know if this works.

river junco
#

I figured it out! By using width: 85%; it actually changed the width of it, I was just using a number so I guess only a % will work for buttons. At least for just stretching it out

outer abyss
#

put all the buttons inside a div, then in the css use the following property for the div.; {
display:

#

display: flex;
gap: 10px: // to your choice