Title: Subscription Form Indented
Last modified: June 14, 2017

---

# Subscription Form Indented

 *  Resolved [pixelrat](https://wordpress.org/support/users/pixelrat/)
 * (@pixelrat)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/subscription-form-indented/)
 * Hi,
 * I’ve added a subscription form to my site.
 * The form is indented – can it be lined up with the text above?
 * Screenshot:
    [https://snag.gy/U6iFYA.jpg](https://snag.gy/U6iFYA.jpg)
 * The page in question:
    [http://sandbox.pixelrat.com/test-page-2/](http://sandbox.pixelrat.com/test-page-2/)
 * Cheers
 * Mark

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * (@contrid)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/subscription-form-indented/#post-9226541)
 * [@pixelrat](https://wordpress.org/support/users/pixelrat/)
 * Thanks for your post.
 * Yes, you can line the subscribe form up with the rest of the content. By default
   the form has some padding on the fields on the left and right.
 * The CSS class is `.newsletters .col-md-6`
 * So you can apply `padding:0;` somewhere in custom CSS or in your theme’s stylesheet
   like this to remove it: [https://goo.gl/M4AffY](https://goo.gl/M4AffY)
 * Under **Newsletters > Subscribe Forms > Settings > Styling** there is also a 
   box where you can specify custom CSS per subscribe form in the Newsletter plugin.
 * Let me know if you manage with it?
 *  Thread Starter [pixelrat](https://wordpress.org/support/users/pixelrat/)
 * (@pixelrat)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/subscription-form-indented/#post-9230118)
 * Thanks.
 * I can copy and paste code, but that’s about it.
 * I need the code.
 * Cheers
 * Mark
 *  Thread Starter [pixelrat](https://wordpress.org/support/users/pixelrat/)
 * (@pixelrat)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/subscription-form-indented/#post-9230560)
 * Thanks,
 * I know that code needs to be added to the custom css box for the form.
 * I tried adding “padding:0;” to the box but nothing happened.
 * I just need the exact code so I can paste it in.
 * Cheers
 * Mark
 *  Plugin Author [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * (@contrid)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/subscription-form-indented/#post-9230571)
 * The exact code:
 * Go to Newsletters > Subscribe Forms and go to the Settings of that form and under
   the Styling tab, at the very bottom, put this into the Custom CSS box:
 *     ```
       .col-md-6 {
       padding: 0;
       }
       ```
   
 *  Thread Starter [pixelrat](https://wordpress.org/support/users/pixelrat/)
 * (@pixelrat)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/subscription-form-indented/#post-9230612)
 * Perfect!
 * Thanks again
 *  Plugin Author [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * (@contrid)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/subscription-form-indented/#post-9230639)
 * [@pixelrat](https://wordpress.org/support/users/pixelrat/)
 * You’re welcome!
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [8 years, 11 months ago](https://wordpress.org/support/topic/subscription-form-indented/#post-9240674)
 * [@contrid](https://wordpress.org/support/users/contrid/) I’ve deleted your offer
   to login to your user’s site. I’m am 100% sure you mean well but please _never
   ask for credentials on these forums._
 * [https://make.wordpress.org/support/handbook/forum-welcome/#the-bad-stuff](https://make.wordpress.org/support/handbook/forum-welcome/#the-bad-stuff)
 * Now for the why: The internet is a wonderful place full of very nice people and
   a few very bad ones. I’m sure everyone here is very nice however, by giving some
   ones keys to your house you are trusting they wont steal anything. Likewise the
   person who takes the keys is now responsible for the house FOREVER.
 * If something was to go wrong, then you the author may well legally become liable
   for damages, which they would not normally have been as their software is provided
   without warranty.
 * Please be aware that repeatedly asking for credentials will result in us asking
   you to repeatedly stop before escalating up to the plugins team.
 *  Plugin Author [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * (@contrid)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/subscription-form-indented/#post-9240687)
 * [@jdembowski](https://wordpress.org/support/users/jdembowski/)
 * Thank you and sorry for the trouble caused.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Subscription Form Indented’ is closed to new replies.

 * ![](https://ps.w.org/newsletters-lite/assets/icon-256x256.png?rev=1184265)
 * [Newsletters](https://wordpress.org/plugins/newsletters-lite/)
 * [Support Threads](https://wordpress.org/support/plugin/newsletters-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/newsletters-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/newsletters-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/newsletters-lite/reviews/)

## Tags

 * [newsletter plugin](https://wordpress.org/support/topic-tag/newsletter-plugin/)
 * [newsletters](https://wordpress.org/support/topic-tag/newsletters/)
 * [padding](https://wordpress.org/support/topic-tag/padding/)
 * [remove padding](https://wordpress.org/support/topic-tag/remove-padding/)
 * [styling](https://wordpress.org/support/topic-tag/styling/)

 * 9 replies
 * 3 participants
 * Last reply from: [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/subscription-form-indented/#post-9240687)
 * Status: resolved