• Resolved Kriis

    (@kriis)


    When I installed the submission form on my site I noticed that the text field for Event Name has no padding while the rest of the fields in the form do. I have tried adding it to no avail using the Add’l CSS. I seem to be able to affect the padding outside the field but not inside.

    Thinking this was my theme, I checked out the demo and found that it too is missing the padding in that one field.

    If you would be so kind as to indicate what differences there are between the Event Name and Other fields I would appreciate this as it is driving my OCD to distraction.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    do you have sample link to your site with this issue for us to see and analyze?

    Thread Starter Kriis

    (@kriis)

    Sure, like I mentioned it is on your demo site too:

    https://demo.wp-events-plugin.com/submit-your-event/

    You will see that the height of the Events Name field is significantly less than the Name and other text fields.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try to add this at the end of your theme style.css or admin > themes > Your theme options > custom css section (if your theme supports)

    
    input#event-name {
        padding: 10px !important;
    }
    
    Thread Starter Kriis

    (@kriis)

    I put it in the Additional CSS section of the customize and it worked like a charm but I changed it to 6px which is, I believe, closer to the size of the rest of the form.

    Will you be including this in future updates?

    Thanks for the fix!

    Plugin Support angelo_nwl

    (@angelo_nwl)

    not sure if this will be included since it’s more of a theme css issue.

    Thread Starter Kriis

    (@kriis)

    How can that be? It is in your demo.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Missing padding in form’ is closed to new replies.