Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1205319

    Dear Team,
    I applied the following code – only the submit button work. But I need the other code for the email address too! Anyone can offer their expertise/advice?

    p.form_element.first_form.form_element.form_element_two_third.av-last-visible-form-element.modified_width{
    margin-left:16%!important;
    }

    Best!

    #1205638

    Hey Kayzel,

    Please try this CSS instead:

    @media only screen and (min-width: 768px) {
    .page-id-124 .av_one_half fieldset {
        width: 60%;
        display: table;
        margin: 0 auto;
    }
    .page-id-124 .av_one_half p {
        width: 100%;
    }
    }

    Best regards,
    Rikard

    #1205889

    Dear Rikard,
    Magic! Thank you so much!

    #1205910

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1205911

    Hi Jordon! It’s all fixed with that magic, and for other pages (For the benefit of other users encountering this issue)
    Use google chrome, right click – inspect element of that new page that you want to do, find the page-id and u can use it to apply for other affected pages.
    Thank you as always. Appreciate it.
    Best regards,
    Marcus

    #1205933

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold mailchimp center alignment (Solve one but one more left)’ is closed to new replies.