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

    I’d be happy to help get that CSS together for you! Most likely there’s some theme-specific styles that you’re running into, but with the right CSS we can fix that.

    When I open the link you shared, though, I’m not able to see a form — here’s a screenshot of what I see.

    It looks from the ‘?preview=true’ at the end of the link that this page might not be live. If you’re able to make that page public, could you let us know?

    Thanks! ??

    Thread Starter goinstasell

    (@goinstasell)

    hey, thx for anwser ??

    the new link is this one

    https://goinstasell.com/ganhar-seguidores-gratis-instagram-teste-gratis/

    sorry i changed the domain for the new one, i migrated my website

    you can see the form there, in the left… i want him in the center, i already tryed all the CSS codes here but without sucess, i found 6 topics…

    • This reply was modified 7 years, 7 months ago by goinstasell.

    Hi goinstasell,

    Thanks for passing that along! Ok, so I can see why other CSS wouldn’t have worked — your form is inside of a table in the HTML, so you have to center the table rather than the form. Here’s the more unique CSS you’ll need to do that:

    .page-id-4154 table.wp-list-table.widefat.fixed.striped.forms {
        margin-left: auto;
        margin-right: auto;
    }
    

    Just a heads up, I made this CSS so it will only apply to this one page (so that it wont risk altering other pages).

    If you add this to either Appearance > Customize > Additional CSS or to your theme’s style.css file, you should be all set!

    I hope that helps! ??

    Thread Starter goinstasell

    (@goinstasell)

    @jquigam

    Thanks a lot for u time… works like a charm ??

    have a great day and thanks again for help! im glad…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Align Center Form’ is closed to new replies.