• On the layout of the columns is all messed up. I need each option to be on a different row:
    – Choose Image
    – Choose Amount
    – Delivery info
    – Add To Cart
    Any idea how to fix this?
    Thanks!

    • This topic was modified 3 years, 3 months ago by James Huff.
    • This topic was modified 3 years, 3 months ago by James Huff. Reason: redundant link removed

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

Viewing 1 replies (of 1 total)
  • Hello there,

    Thanks for contacting us,we hope you are doing well!

    You can fix the problem adding the next CSS rule on your Additional CSS inside your theme:

    div > form{
        flex-direction:column;
    }

    Let us know if all is working well now

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Column Width On Gift Card Product Page’ is closed to new replies.