Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter omungal

    (@omungal)

    I’ve tried removing the image, using a thinner image header, changing where the image displays, using no image at all… the form fields are still crushed. I’ve also tried resizing the window, but that makes no difference. I’ve cleared the site cache, nothing.

    I pulled up the page on Firefox, Chrome, and mobile, and they all display the same smushed lettering in the form fields.

    I imagine the fix for these form fields and the join button would be in one of the mini CSS templates?

    Which CSS items would I need to edit to change the size/display of the text in your form fields and “Join Now” button?

    Plugin Author Webikon s.r.o.

    (@webikon)

    Hello,

    try to add this to your style.css:

    .ch_actions_inner input {
        height: 40px;
    }

    There is also a paragraph inside the ch_countdown div that should not be there.

    Thread Starter omungal

    (@omungal)

    Thanks! That did the trick!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form Field and Join Button "Crushed"’ is closed to new replies.