Add custom css for heading margins to template 4 forms
[MAILPOET-2810]
This commit is contained in:
committed by
Veljko V
parent
e2d6087c95
commit
37c8eb2146
@ -292,6 +292,13 @@ p.mailpoet_form_paragraph {
|
||||
height: 5px;
|
||||
background-color: #5b5b5b;
|
||||
}
|
||||
h2.mailpoet-heading {
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
h1.mailpoet-heading {
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
EOL;
|
||||
}
|
||||
}
|
||||
|
@ -297,6 +297,13 @@ p.mailpoet_form_paragraph {
|
||||
height: 5px;
|
||||
background-color: #5b5b5b;
|
||||
}
|
||||
h2.mailpoet-heading {
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
h1.mailpoet-heading {
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
EOL;
|
||||
}
|
||||
}
|
||||
|
@ -297,6 +297,13 @@ p.mailpoet_form_paragraph {
|
||||
height: 5px;
|
||||
background-color: #5b5b5b;
|
||||
}
|
||||
h2.mailpoet-heading {
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
h1.mailpoet-heading {
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
EOL;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user