I’ve placed an embedded email signup form toward the bottom of the page. I’ve assigned a new class to override many of the theme assigned colors and spacing for the table. For the life of me, I can’t figure out what’s causing the input fields to shift after I type and toggle through them. Please take a look and let me know…I’m sure it’s an easy change. Thanks!
Hi janeyj!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.emailbanner td {
vertical-align: bottom;
}
Cheers!
Yigit
Ha! I tried that by assigning the tds to bottom in the table code itself but it didn’t work. For some reason your style command did. Thanks so much.