Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Themes & Styling

Align input checkbox in contact-form Deliver Theme

Solved by Pedro M View solution

Started by Pedro M 6 years ago · 2 replies · 622 views
6 years ago

Hi.

In Deliver Theme, I can't change margin or padding of checkbox in the contact form. You can see in the screenshots. I've tried in several ways, in custom CSS, but I couldn't change it.

I paste the code where it is:

HTML
<div class="form-field  ">
   <div class="form-label"><label class="inline"></label></div>
         <div class="form-data" data-grav-field="checkbox" data-grav-disabled="" data-grav-default="null">
               <div class="form-input-wrapper  ">
                     <input name="data[privacy]" value="1" type="checkbox" id="privacy" class=" " required="required">
                     <label style="display:inline;" class="inline" for="privacy">
                        Acepta la <a target="_blank" href="privacidad">política de privacidad</a>?
                        <span class="required">*</span>
                     </label>
               </div>
         </div>
</div>

Does someone know how to solve this problem?

Thanks in advance.

Selection_020|628x500

6 years ago Solution

Solution in post:

/forum/themes-styling/where-are-the-forms-classes-t9269

Thanks to @tom0360

6 years ago

I am Glad that it worked for you.
Not sure why the CSS on the checkbox is set like that to begin with. I think it picks up the CSS from the other input fields which are set to be much wider.

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Pedro M, 2 months ago
4 198 2 months ago
Themes & Styling · by Ian, 2 months ago
3 94 2 months ago
Themes & Styling · by Norbert, 2 years ago
11 455 3 months ago
Themes & Styling · by Lukáš Findeis, 3 months ago
0 48 3 months ago
Themes & Styling · by Sebadamus, 4 months ago
5 128 3 months ago