Title: jarsanchez's Replies | WordPress.org

---

# jarsanchez

  [  ](https://wordpress.org/support/users/jarsanchez/)

 *   [Profile](https://wordpress.org/support/users/jarsanchez/)
 *   [Topics Started](https://wordpress.org/support/users/jarsanchez/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jarsanchez/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jarsanchez/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jarsanchez/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jarsanchez/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jarsanchez/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] line break in [acceptance] shortcode](https://wordpress.org/support/topic/line-break-in-acceptance-shortcode/)
 *  [jarsanchez](https://wordpress.org/support/users/jarsanchez/)
 * (@jarsanchez)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/line-break-in-acceptance-shortcode/#post-9033772)
 * My solution is not so elegant. I implement styles directly into the element, 
   trying not to affect the plugin’s own styles.
 * The whole code is wrapped inside the label tag, to which I force the width of
   100%. And then I just added 2 span. One for the checkbox and one for the informational
   text, in order to keep inline.
 * This solution is not useful in all cases, as it depends on the theme I am using.
   I really have to play until all the pieces fit as I need them.
 * I’m sorry, but I do not know how I can help you. Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] line break in [acceptance] shortcode](https://wordpress.org/support/topic/line-break-in-acceptance-shortcode/)
 *  [jarsanchez](https://wordpress.org/support/users/jarsanchez/)
 * (@jarsanchez)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/line-break-in-acceptance-shortcode/#post-9033659)
 * I have to adapt the code depending on the wordpress template. Even in some templates,
   I do not have to add anything.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] line break in [acceptance] shortcode](https://wordpress.org/support/topic/line-break-in-acceptance-shortcode/)
 *  [jarsanchez](https://wordpress.org/support/users/jarsanchez/)
 * (@jarsanchez)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/line-break-in-acceptance-shortcode/#post-9033655)
 * Try to make a screenshot, with the tool to “inspect element” from the browser,
   and thus we can see the html code that has been generated…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] acceptance_as_validation: on](https://wordpress.org/support/topic/acceptance_as_validation-on/)
 *  [jarsanchez](https://wordpress.org/support/users/jarsanchez/)
 * (@jarsanchez)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/acceptance_as_validation-on/#post-9033624)
 * Hi Takayuki.
 * I followed the instructions on your link, but it does not work (no warning is
   displayed to the visitor) …
 * `[acceptance acceptance-xxx acceptance_as_validation: on]I have read and agree.`
 * Thanks Jose.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact form 7 Acceptance checkbox is not inline with the text](https://wordpress.org/support/topic/contact-form-7-acceptance-checkbox-is-not-inline-with-the-text/)
 *  [jarsanchez](https://wordpress.org/support/users/jarsanchez/)
 * (@jarsanchez)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/contact-form-7-acceptance-checkbox-is-not-inline-with-the-text/#post-9033609)
 * This works for me (for desktops):
 *     ```
       <label style="width: 100%">
       <span style="width: 5%;float: left;">[acceptance acceptance-xxx]</span><span>&nbsp;&nbsp;I have read and agree&nbsp;<a href="http://website.com/privacy-policy/" target="_blank" style="color: blue;">the privacy policy</a></span>
       </label>
       ```
   
 * Note: Do not add any space.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] line break in [acceptance] shortcode](https://wordpress.org/support/topic/line-break-in-acceptance-shortcode/)
 *  [jarsanchez](https://wordpress.org/support/users/jarsanchez/)
 * (@jarsanchez)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/line-break-in-acceptance-shortcode/#post-9033600)
 * This works for me (for desktops):
 *     ```
       <label style="width: 100%">
       <span style="width: 5%;float: left;">[acceptance acceptance-xxx]</span><span>&nbsp;&nbsp;I have read and agree&nbsp;<a href="http://website.com/privacy-policy/" target="_blank" style="color: blue;">the privacy policy</a></span>
       </label>
       ```
   
 * Note: Do not add any space.

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