Tagged: x
-
AuthorPosts
-
September 24, 2016 at 4:39 pm #1189313
AmirParticipantHello,
I need help adjusting the spacing in the section containing the email subscription form on this page:
http://www.2-excel.com/tutorials-powerpoint-3-topic/
As you can see, the content are aligned to the left and the input sections of the form have shrinked.
I would like for the form to have the freedom of the section with the inputs and button return to their original width and to align center of the section if possible.
Also, would it be possible to remove the asterisk from the label?
Thank you.
September 24, 2016 at 11:04 pm #1189525
FriechModeratorHi There,
Thanks for writing in! Something is weird on your column, your ROW does not have the class of marginless but your columns is getting the style for marginless. Would you mind providing us login credentials in private reply so we can take a closer look?
In the meantime, please remove this custom CSS you applied on that Section. Because it prevents your container from being centred.
#x-section-2 .x-container { margin: 0px !important; }We’ll be happy to provide you with a response once we have a better understanding of the situation.
Cheers!
September 25, 2016 at 6:55 am #1189701
AmirParticipantThis reply has been marked as private.September 25, 2016 at 3:08 pm #1189970
RadModeratorHi there,
Please add this as well.
.x-subscribe-form label .required { display: none; } body .x-main .x-subscribe-form .x-btn { width: 100px !important; }Cheers!
September 25, 2016 at 5:01 pm #1190029
AmirParticipantThanks for your help. Solved it as usual.
Is it possible to add a text after the input field as well as before it?
In the same page, I would like to add a close bracket “)” after the email input field. Can you please advice.
Thanks
September 25, 2016 at 7:33 pm #1190097
LelyModeratorHello Amir,
You’re welcome!
From your setup I can see that you have added the text Sum ( on your form itself. You can do the same for ) or you can add the following custom CSS:.page-id-425 .x-subscribe-form-396 fieldset+fieldset:after { content: ")"; font-size: 40px; color: #fff; position: absolute; right: -8px; top: -18px; width: 3px; } .page-id-425 .x-subscribe-form-396 fieldset+fieldset { position: relative; } .page-id-425 .x-subscribe-form-396 fieldset+fieldset+fieldset:after { content: ""; }See attached for the result.
September 27, 2016 at 1:56 pm #1192737
AmirParticipantThanks!
Much appreciated.
September 27, 2016 at 2:02 pm #1192743
JadeModeratorYou’re most welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1189313 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
