Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Placeholder Disappears When Padding is Added

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #256963
    siouxfan45
    Participant

    I have a contact form on http://www.duibison.com (please pardon the mess on the rest of the website). The contact form is using the Caldera Forms plugin. When I add padding to the input and textarea elements, the placeholder disappears. It seems that this is due to native styling with Caldera Forms – but I cannot figure out what, exactly, is causing this to occur. Any help would be appreciated.

    #256964
    siouxfan45
    Participant

    Finally found a solution! For anybody having this problem, add height:auto to the fields:

    .caldera-grid .form-control {
     padding: 20px!important;
        height:auto!important;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.