Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #524602

    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!

    #525099

    Hi janeyj!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .emailbanner td {
        vertical-align: bottom;
    }

    Cheers!
    Yigit

    #525102

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Theme Style – Input Field Shift’ is closed to new replies.