• Resolved travellingolly

    (@travellingolly)


    I looked at a previous post which suggested I remove the <p> tags, but having done so my submit button still appears on another line. Here’s the code I’ve created:

    <div class=”column left” width: 75%; >
    <label>Subscribe to the latest independent travel content:
    <input type=”email” name=”EMAIL” align=left placeholder=”Your email address” required />
    </label>
    </div>
    <div class=”column right” width: 25%;>
    <input type=”submit” align=right value=”Sign up” />
    </div>

    Is this really only possible with a premium account?

    Thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lap

    (@lapzor)

    Do you have the Premium add-on with style builder?

    <div class=”column left” width: 75%; > is not correct html code, should probably be something like: <div class=”column left” style=”width: 75%; display: inline-block;” >

    Custom CSS like this is out of scope for our free support, especially when it’s regarding css code that would not be needed if you have our Premium addon, so this is all the help I can give you on this here.

    If you have a license for Premium support please contact the Premium support department via the red help button on the right bottom of any of the plugin settings pages.

    Hope that helps. If you have any questions, please let me know!

Viewing 1 replies (of 1 total)

The topic ‘Put submit button on same line’ is closed to new replies.