Jump to content

Center & List Style Checkout Text Fields


zooky

Recommended Posts

Hello,

I would like to center and list style all the checkout text fields. 

What would be the best way to achieve this?

Currently its set out to be

firstname                                     last name

email                                            phone

 

I would like it to look like

firstname

lastname

email

phone

Thank you

Link to comment
Share on other sites

4 hours ago, zooky said:

What would be the best way to achieve this?

you'd have to edit checkout.tpl to do what you want - specifically removing the fields that you don't want (ensuring you've made them optional in the settings)... then it might just be a case of the divs from <div class="col-sm-6"> to <div class="col-sm-12">

you could tweak it a little with css, but to make a cleaner design, you will have to edit the template.

Link to comment
Share on other sites

21 hours ago, brian! said:

you'd have to edit checkout.tpl to do what you want - specifically removing the fields that you don't want (ensuring you've made them optional in the settings)... then it might just be a case of the divs from <div class="col-sm-6"> to <div class="col-sm-12">

you could tweak it a little with css, but to make a cleaner design, you will have to edit the template.

That’ll do me just fine, thank you very much! 😁

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated