How to make sections on contact page longer

I added this code in the content section. However looks like this. How would I have these two sections side by side and structured like the name and email inputs are?

My store is naturalvitaminsusa.com and I use the impusle theme.

Any help would be greatly appreciated. Thank you

Hi @benjamids

1: Online store > themes > Actions > Edit code > Assets > theme.scss.css

2: paste code at last

.Social-Media input{
    width: 100%;
}

Thank you so much for the help! That worked perfectly. Do you know how to remove the message box off of this page?

not that sure, it’s Tidio Chat, you should check if you have add this app

No im sorry the box. Not the tidio chat bot logo.

oh try it

button.widgetLabel.moveFromRightLabel-enter-done {
    display: none!important;
}