• Resolved remk0211

    (@remk0211)


    How do I change the width of form fields on the checkout page?

    Example:
    go to hondentraininghaarlem.nl
    click on ‘winkel’
    choose a product
    click on ‘winkelmand’ bekijken
    click on the purple button ‘doorgaan naar afrekenen* (how would I change this text?)
    now you will see my challenge

    Any suggestions?

    Thanks!

    Remko

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Senff – a11n

    (@senff)

    Hey @remk0211

    This is caused by your theme, but you can override it by adding this CSS code:

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
      max-width: unset;
    }
    Thread Starter remk0211

    (@remk0211)

    Hi Senff,

    Thank you!
    Next question is: where do I change the CSS. I have looked all earlier today over but couldn’t find. Please, help out!

    Cheers.

    Remko

    Thread Starter remk0211

    (@remk0211)

    Senff, never mind, I found it! Thanks again. It works.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change width’ is closed to new replies.