• Resolved monkeywisdom

    (@monkeywisdom)


    Hi. I’m wondering the best way to shrink the form. I’m only using it so that site members can paste a URL in there and it will become content on the page. Should I just get the html code from the page source code and style it up or is there a better way? I’d like to keep it responsive but much shorter at least. Maybe slimmer, too. Thanks.

    BTW I just concluded 24 hours of searching for plugins, PODS user meta manipulation (them geeks are stingy on info, even when they’re cranking out lots of “content”), Advanced Custom Fields tricks, and this plugin is the one thing that’ll at least get the job done.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @monkeywisdom,

    Thank you for reaching out!
    The form will inherit the theme’s styling, so it may look different depending on the theme you’re using.
    To style it, you’d need to do it through custom CSS. If you send me your page’s URL I can send you a code to make it shorter, slimmer.

    Warmly,
    Mihaela

    Thread Starter monkeywisdom

    (@monkeywisdom)

    Yeah. It’s an experimental page at https://www.youcanbepsychic.com/supreme-squad-video-chat/. I might be able to style it in Thrive Architect. That’s what I’m using. The form’s in either a text field or a text field within a content box.

    Thank you!
    If you cannot do it with Thrive, you can add this code in Appearance > Customize > Additional CSS to make it smaller:

    .strong-form-inner {
    	width: 50%;
    	margin: 0 auto;
    }

    Hope this helps! If you have any other questions please let me know. I’ll do my best to help! ??

    Warmly,
    Mihaela

    Thread Starter monkeywisdom

    (@monkeywisdom)

    Thanks. Didn’t work. I found another plugin that changes user meta anyway. Much more compact. This one could come in handy later, though.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Great Plugin. One Question.’ is closed to new replies.