-
AuthorPosts
-
January 20, 2019 at 9:52 am #1056086
Hi there,
I’m adding contact form and would like to add a line break on the Form Element Label. “<p>” works but i would like just only line break without paragraph. I tried “<br>” but it doesn’t work and have no idea why.
Please help!
January 21, 2019 at 3:05 am #1056387Hey nogo1024,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan ShannonJanuary 21, 2019 at 3:55 am #1056399Here it is. i used <p> on the “Message” part.
Also, on the right column, Is there any way to give a margin between each lines? I used “Icon List” elements.
Thanks :)
January 21, 2019 at 8:30 am #1056482Hi nogo1024,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top.page-id-7773 .avia_ajax_form #element_avia_9_1 { margin-bottom: 0 !important; } #top.page-id-7773 .avia_ajax_form #avia_9_1 { margin-top: 11px; } #top.page-id-7773 .avia-icon-list-left li { margin-bottom: 12px; }
Best regards,
NikkoJanuary 22, 2019 at 11:33 am #1057149Thank Nikko,
I got a margin on the icons. But nothing changed on the line break. :)
January 22, 2019 at 2:03 pm #1057203Hi nogo1024,
Try adding this after the message:
< b r >
just remove the spaces and it should add the line break, then in Quick CSS add this:
#top .avia_ajax_form fieldset p br { display: block; }
Best regards,
NikkoJanuary 26, 2019 at 8:27 am #1059033Nikko,
If i add <br> on the message,
Message (You can list the number of rooms / areas or rough sizes) <br> ex) 3 Bedrooms, 1 Living room(12‘x16’), 12 Stairs, 1 Hallway, 1 Rug)
the result is
Message (You can list the number of rooms / areas or rough sizes) <br> ex) 3 Bedrooms, 1 Living room(12‘x16’), 12 Stairs, 1 Hallway, 1 Rug).
with no line break. And i added the code on the Quick CSS though. Thanks :)
January 29, 2019 at 7:55 am #1059903Hi nogo1024,
I apologize for the late response.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoJanuary 29, 2019 at 8:26 am #1059907you can use tags inside a input filed of that form alb:
(if you use span it will have a different font-size)<i>First Line</i><i>Second Line</i>
#top label i { display: block; }
so try the code in quick css and put in your field:
<i>Message (You can list the number of rooms / areas or rough sizes)</i><i>ex) 3 Bedrooms, 1 Living room(12‘x16’), 12 Stairs, 1 Hallway, 1 Rug</i>
-
AuthorPosts
- You must be logged in to reply to this topic.