2 columns (1 with image) not side by side
-
Hi, I am using the Genesis column plugin (it’s a great plugin!) to have a form on one half and an image on the other. They won’t line up side by side, the image keeps moving to underneath when I add the padding css. I would like the form on one side but not right to the edge as I am using 100% width on the page.
I am using the following code on the web page
[one-half-first class=”custom-class-first”][wpforms id=”129″][/one-half-first] [one-half]
[/one-half]
And in the css editor I have added
.custom-class-first {
padding-top: 50px;
padding-right: 30px;
padding-bottom: 50px;
padding-left: 80px;
}I am a beginner CSS user by the way.
I would appreciate any help.
Thanks
Sara
- The topic ‘2 columns (1 with image) not side by side’ is closed to new replies.