• Resolved drlester

    (@drlester)


    It may be a theme thing, but I can’t get the button centered on the page.

    I found that, for a button with no choices, I can center the button by including the shortcode inside the image caption. However, if the button has choices and I put the shortcode in the caption, the heading and button are centered, but the list of choices is all the way to the left.

    Lane

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

Viewing 1 replies (of 1 total)
  • Plugin Author Mike Castro Demaria

    (@mikecastrodemaria)

    hi @drlester

    Why no use the “Display Product Options Inline” from settings in your case, and center the full form ?

    Otherwise your can add a CSS rule in your theme, using Jetpack or any extra CSS plugin like following :

    input.vsubmit.submit {
        display: block;
        margin: 0 auto;
    }

    Best,
    Mike

Viewing 1 replies (of 1 total)
  • The topic ‘Wish: Ability to Force Centering of Button’ is closed to new replies.