Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1189313
    Amir
    Participant

    Hello,

    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.

    #1189525
    Friech
    Moderator

    Hi 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!

    #1189701
    Amir
    Participant
    This reply has been marked as private.
    #1189970
    Rad
    Moderator

    Hi 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!

    #1190029
    Amir
    Participant

    Thanks 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

    #1190097
    Lely
    Moderator

    Hello 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.

    #1192737
    Amir
    Participant

    Thanks!

    Much appreciated.

    #1192743
    Jade
    Moderator

    You’re most welcome.

  • <script> jQuery(function($){ $("#no-reply-1189313 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>