0
Issues with inline-block and button
https://code.sololearn.com/W1wW1EsN1FYf I've been trying to fix this since yesterday with no success and i was wondering what i am doing wrong. I'm trying to get the button to go under #Chats but it keeps going to the side and pushing my other div tag down and i was wondering how to fix this. Thanks in advance for your help.
2 Respuestas
+ 1
#ButtonBox1{
display:block;
}
Change display properly value to block from inline block
https://www.sololearn.com/learn/CSS/1112/?ref=app
0
thanks