• Resolved Nico

    (@nicco1984)


    Hi,
    i put a form inside a modal in my website, you could find in the message icon just before footer. when open it the form is really large like input field, submit button and the height size of the whole form is very big.

    there is a way to make it smaller?

    thanks

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @nicco1984,

    Try adding this CSS.

    .yikes-easy-mc-form.yikes-easy-mc-form-2   {
        width: 50%;
        margin-left: 25%;
        margin-right: auto;
    }

    Are you familiar with adding custom CSS to your site? Let me know if you need any assistance.

    Cheers,
    Kevin.

    Thread Starter Nico

    (@nicco1984)

    hi kevin,
    really thanks for your prompt reply.

    i add your code in style.css of my child theme but it doesn’t seem to work.

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @nicco1984,

    I don’t see the styles on your site and I don’t see them within your child theme’s style.css file. Could it be a caching issue? Can you make sure your server’s version of this file has the CSS?

    Thanks,
    Kevin.

    Thread Starter Nico

    (@nicco1984)

    hi kevin,
    sorry i delete it with other code to make some changes.
    now i restore it. you could check again and you will find it.

    i made other change in style.css (like background image in header), it’s the proof style.css of child theme works correctly. after writing code i check it from other browser and i delete cache from browser. now there’s an image in background but i trying your code also without background image

    thanks for your help

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @nicco1984,

    After clearing my cache I now see the styles and the form is 50% of the width it was previously. Try clearing your cache and checking it out!

    Cheers,
    Kevin.

    Thread Starter Nico

    (@nicco1984)

    sorry kevin,
    i try to edit also percentage… from 50% to 5% and 300%… but i didn’t see differences, i tried with i explorer, chrome firefox and firefox developer… alwasy same size of form.

    really strange

    • This reply was modified 7 years ago by Nico.
    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi Nico,

    This is what I’m seeing: https://imgur.com/a/Qfh4M

    Are you not seeing this on your site? And you cleared your cache?

    Let me know,
    Kevin.

    Thread Starter Nico

    (@nicco1984)

    sorry kevin for misunderstanding.

    i’m talking about the whole size of modal opened when i click on it.
    with previous method it was relly thin.

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Oh I understand now!

    Try using this CSS – you’ll probably want to adjust the percentages a bit.

    .foundry_modal {
        width: 35% !important;
        height: 65% !important;
    }
    Thread Starter Nico

    (@nicco1984)

    really thanks Kevin!!!!
    great

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hey no problem I’m glad that’s working ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘form too big’ is closed to new replies.