line break in [acceptance] shortcode
-
Hi.
This is driving me mad…
I’m trying to add the field acceptance and a line of text just beside. However, I always get a line break, no matter what I do.
I’ve already tried all kind of combinations, added clases, id’s in order to get the acceptance tickbox and the text right in the same line…. no way…
Am I missing something??I tried to force it in many ways:
[acceptance acceptance-602]My text won't stay in the same line
———– OR ————
<p>[acceptance acceptance-602]My text won't stay in the same line</p>
———– OR ————
[acceptance acceptance-602 class:myclass]My text won't stay in the same line
[CSS:]
.myclass input{ vertical-align: baseline !important; display: inline; /*display: inline-block;*/ } .myclass { vertical-align: baseline !important; display: inline; /*display: inline-block;*/ }
———– OR ————
<div><ul class="inline"><li>[acceptance acceptance-602]</li><li>My text won't stay in the same line</li></ul></div>
[CSS:]
.inline { display: inline; list-style: none; margin: 0; } .inline li { display: inline; }
Any hint or idea will be most welcome.
Cheers,
- The topic ‘line break in [acceptance] shortcode’ is closed to new replies.