I’m not sure if this is something you can help me with but I am using the Avia Layout Builder and using a 3rd column. In it I have an image 100px x 100px. I also have a PayPal form which calls for a 100px x 100px button. I would like to align them up. I have tried everything, well except for the correct answer. I have search here, searched stack overflow.com and gone to jsfiddle.net. Funny thing is, jsfiddle.net align will show them align correctly, but when I paste that into the theme and custom css, they still will not work.
I have tried putting each item in their own div, and then tried encapsulating them in a div, tried putting them in a table. Nothing works.
Is this something you can help with? Here is the page right now. I removed the code so at least it looks presentable for now. Here is the css I was using:
#element1 {float:left; width: 45%;}
#element2 {padding-left : 10px;float:left; width: 45%;}
#keepinline{float: left; display: block;}
Thank you in advance for any help you can provide,
Hey Scott!
Try adding this code to the Quick CSS:
.flex_column .avia_textblock form br {
display: none;
}
Cheers!
Josue
Frickin’ awesome! That did it. I added it to the custom.css and just had to add !important to it and now it works perfectly. Thank you so much Josue!
Scott
You are welcome, glad we could help :)
Regards,
Josue