Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #416516
    #416943

    Hi suburbanite!

    Please try the following code in Quick CSS under Enfold–>General Styling:

    input[type="email"], input[type="text"]{
    display:inline-block !important;
    }

    Best regards,
    Rikard

    #417394

    Looks like it’s working now, thank you! Is there any way to make all the content in the signup box align to the center of the page rather than left aligned as it is now?

    #417933

    Hey!

    Turn on the custom css class. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the text block element with the mail chimp form then add a custom class attribute as described on the documentation above. Use “custom-text” for example. Add this to the Quick CSS field:

    .custom-text {
      text-align: center;
    }
    
    .custom-text > * {
    display: inline-block;
    }

    Best regards,
    Ismael

    #425482

    Thank you Ismael for your help! Unfortunately, it is still not working. I was able to add a custom class to the Mail Chimp text area for the form, but it’s not showing up any differently. Here’s the code I have no in my Quick CSS, I named the custom class for the form .special-mailchimp

    .mc-field-group{
    	background-color: #fff;
    	padding: 10px;
        display: inline !important;
    }
    
    #mce-email {
    	float: left;
    	margin:10px;
    }
    
    #mce-FNAME{
    	margin:10px;
    }
    #mce-EMAIL, #mce-FNAME {
    float: left;
    margin-right: 15px!important;
    }
    
    #mc-embedded-subscribe { margin: 0; }
     
    .special-mailchimp {
      text-align: center !important;
    }
    
    .special-mailchimp> * {
    display: inline-block !important;
    }
    #426487

    Hey!

    Put the class without the dot in the Custom CSS class field.

    Best regards,
    Josue

    #429952

    Yayyyy finally! That worked! Thank you everyone!

    #429969

    You are welcome, glad we could help :)

    Regards,
    Josue

    #429970

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.