Home Forums Jevelin Theme Gravity Forms displaying larger Reply To: Gravity Forms displaying larger

Home Forums Jevelin Theme Gravity Forms displaying larger Reply To: Gravity Forms displaying larger

Solution for this topic

I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

 

The issue will be fixed ASAP.

 

In the meanwhile you can try resolving the issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
    line-height: inherit !important;
    display: initial !important;
    width: auto !important;
}
table th,
table td {
    padding: inherit!important;
}