Site logo

Archived topic

Email SignUp like GenerateBlocks Section

3 replies · Started by FunkyCss on April 8, 2020

Viewing posts 1–4 of 4

Hi , is possible to create the email sign up that GenerateBlocks has in the Front page , and the responsivenes it has on mobile , i have set up a Section with Elements and i have added the Mailchimp Code inside there like Generateblocks have and i have the default css of the Generatepress theme , is possible to make it look excactly like the GB ?

Hi there,

try this CSS:

#mc_embed_signup_scroll {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}
@media (max-width: 768px) {
    #mc_embed_signup_scroll {
        flex-wrap: wrap;
    }
    #mc_embed_signup_scroll .email,
    #mc_embed_signup_scroll .clear,
    #mc_embed_signup_scroll .clear input[type="submit"] {
        width: 100%;
    }
}

Hi David ! Awesome !!

You're welcome

This archived topic is closed to new replies.