Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    Remove the width:850px;

    thanks

    Thread Starter piastol

    (@piastol)

    Hey,

    Thanks a lot for your answer! But I don’t know where to edit this. Can you be a little bit more precise?

    I think, you can remove it in page editor in wp-admin

    Thread Starter piastol

    (@piastol)

    what do you mean by page editor? I’m searching for a certain file? I connected to filezilla and entered in wp admin but I couldn’t find anything

    Theme Author Ben Sibley

    (@bensibley)

    Hi piastol,

    Thanks so much for choosing Tracks!

    When viewing that page in your WordPress admin dashboard, switch the view from “Visual” to “Text” (screenshot).

    This is going to show you some of the HTML and “inline CSS” included on the page. Look for the following in the editor:

    <div style="width:850px;">

    Then remove the styling part, like this:

    <div>

    What’s happening is that the forms styling is causing it to be 850px wide, which is wider than the available space, so it is overflowing on the right side. Once this styling is removed the form will display nicely centered on the page.

    Thread Starter piastol

    (@piastol)

    Hello Ben, thank you for your help!
    But I still can’t solve my problem. I use Freshmail’s plugin for my mailing list and signup form. When I go on the “Text” part of my page I only have a shortcode that I posted to disply the form : [FM_form id=”2″]

    Do you have an idea ?

    Thread Starter piastol

    (@piastol)

    I found the solution! Thanks guys.

    Theme Author Ben Sibley

    (@bensibley)

    No problem, glad you’ve found a solution 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Problem with signup form position’ is closed to new replies.