Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Ichutchi,

    Have you taken a look at our documentation on the topic?

    https://yikesplugins.com/support/knowledge-base/my-form-fields-are-not-fully-inline-after-enabling-the-inline-form-option-how-come/

    it may be a simple CSS tweak that needs to be done.

    Thanks,
    Evan

    Thread Starter Lindsey

    (@lchutchi)

    Hi, Yes I did read the documentation there, but the width isn’t the issue.
    If you look at the website, it’s not aligning horizontally.

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hi Ichutchi.

    It’s the empty field. It’s still taking up vertical space even though it is empty. I added a fix for this in the next update of our plugin.

    This CSS code will fix it for now.

    .yikes-easy-mc-form .empty-form-inline-label .empty-label {
        display: none;
    }

    You have a few options to add CSS code:

    • If you created this theme yourself, you can just add it to your style.css file
    • If you’re using a theme you downloaded or bought you can make a child theme and add the code to your child theme’s style.css file
    • Your theme may have a “Custom CSS” option. If it does, then you can just pop it in there.
    • You can use a plugin like Simple Custom CSS or Jetpack and enter the code in their Custom CSS area

    Thank you!
    -Tracy

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hello,

    Just checking in on this. Did the code I provided help?

    Thank you!
    -Tracy

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hi.

    We haven’t heard back from you in awhile, so I am going to close out this ticket.

    If you need further help, please reopen it and we will be happy to help you.

    Thank you!
    -Tracy

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hello,

    This issue was fixed in the new update we just pushed out today.

    Enjoy!
    -Tracy

    Thread Starter Lindsey

    (@lchutchi)

    Awesome, thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Inline form is not inline’ is closed to new replies.