Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Inline Block

$
0
0

Replies: 0

For those seeking the secret to this, this is what worked for me.

Go into your forms.
Select the one you need for the signup.
Go to Custom CSS and look for:

/* input wrapper (label + input) */
.mailpoet_paragraph {
line-height:20px;
margin-bottom: 20px

Then replace it with this:

/* input wrapper (label + input) */
.mailpoet_paragraph {
display:inline-block!important;
line-height:20px;
}


Viewing all articles
Browse latest Browse all 59525

Trending Articles