Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author GetResponse

    (@getresponse)

    Hello,

    You should be able to put shortcode in center tag or set style e.g.

    <p style=”text-align: center;”>[grwebform wid=”PUT_WEBFORM_ID_HERE” css=”on/off”]</p>

    Please feel free to contact us for any other
    issues related with general support.
    We will be happy to help.

    Thread Starter KittydeWinter

    (@kittydewinter)

    I have tried the ciode you gave me. It isn’t working. When I switch back from the HTML editor mode after pasteing the code you gave me it DOES center the shortcode in the WYSIWYG editor ie I see [grwebform wid=”xxxxxx” css=”on”] in the middle of the screen in the WYSIWYG editor – but when I publish it is not centered and still on the left.

    Thread Starter KittydeWinter

    (@kittydewinter)

    *code

    No it never worked and it still doesn’t work to align forms in center in posts and pages. Please GR get your act together as fix this issue once and for all. Forms look weird always hanging to the left.

    Plugin Author GetResponse

    (@getresponse)

    HI,

    You can try:

    <div style=”margin-left: auto;margin-right: auto;width: 50px;”>
    [grwebform_tag_here]
    </div>

    As you can see:
    https://screencast.com/t/C9fQHKrtGI

    Hi, I have the same problem and this doesn’t work.
    I have tried this aswell:

    <div style=”margin-left: auto;margin-right: auto;width: 50px;”>
    [grwebform_tag_here]
    </div>

    But this puts the code to the right side..

    Plugin Author GetResponse

    (@getresponse)

    Hi,
    As you can see here:
    https://screencast.com/t/y0isrNFxa4Tb
    works fine… you can change “width” value less or more as you need,
    e.g width: 100px; if you need more left.

    That worked, awesome!

    Thanks so much!!

    Plugin Author GetResponse

    (@getresponse)

    I am glad that your issue has been resolved
    and we could helped you.

    Please don’t hesitate to contact us if you have
    any questions, I’ll be happy to assist you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to center (using shortcode)’ is closed to new replies.