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

    (@bestwebsoft)

    Hi,

    We have received your query and it is now being processed. We will get back to you on this forum as soon as we can.

    Regards,
    BestWebSoft Support Team

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi Rob,

    Visiting your site we saw that the contact form is on the left, not on the right as you pointed out in your message.
    Please contact us if the problem still exists.

    Sincerely,
    BestWebSoft Team

    Thread Starter Rob

    (@promoting-all-things-good)

    My apologies. It is aligned to the left and should be aligned in the center of the module it is in.

    Thank you,

    Rob

    +1 How to set aligh?

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    There are two widgets on the page you specified, which arrange in a row according to your theme style.
    If you want your contact form located in the centre of your left widget, please add the following code to the css file of your theme:

    #cntctfrm_contact_form {
    margin: 0 auto 25px;
    display: table;
    }

    If you want your contact form located in the centre of your page (the blog with contact information will be locate below), please add the following code to the css file of your theme:

    #pgc-26-0-0,
    #pgc-26-0-1 {
    width: 100% !important;
    }

    Sincerely,
    BestWebSoft Team

    Thread Starter Rob

    (@promoting-all-things-good)

    Your first solution is exactly what I needed.
    It looks a lot better now.
    Thank you very much.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi Rob,

    You are welcome! We are glad that your problem has been resolved. Please feel free to contact us with any questions in future.

    Regards,
    BestWebSoft Support Team

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Center the contact form in a page or post’ is closed to new replies.