You’ll want to find and make the following edits in your CSS styles.css file:
div.wpcf7 {
float: left; <---add
margin: 0;
padding: 0;
width: 45%; <-add
}
Add this entire block:
.widgets_on_page {
float: left;
width: 50%;
}
You might have to do some additional tweaking to make it look perfect, but that should get you pretty close.
Hey thank you so much,
I know it’s sounds terrible, but I really don’t know where to add this css.
Where do I find the CSS styles file?
Thanks a lot!
Just fixed with you css block and simple custom css plugin .
Amazing! Thank you so much!
Look under Appearance > Editor. You’ll find the current theme’s styles.css file there.