Better spacing on checkout page

  • Posts: 272
  • Thank you received: 7
12 years 1 month ago #67279

Hi there,

I would like to improve the spacing between sections on the final checkout page. I want to add a line of space between each separate section (please see the attached image).

Can you tell me which file I would need to edit in order to do that and what code I need to enter to create a line of space in php?

Thanks!

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
12 years 1 month ago #67317

Hi,

You'll just have to edit the files (address and shipping in your case) of the ckeckout view through "Hikashop->Display->Views".

Hope this will help you.

Last edit: 12 years 1 month ago by Mohamed Thelji.

Please Log in or Create an account to join the conversation.

  • Posts: 272
  • Thank you received: 7
12 years 1 month ago #67324

Thanks Mohamed,

Sorry for the elementary question, but what code would I use to add a line of space in this php file?

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
12 years 1 month ago #67334

The code that you'll have to use is :

<?php
echo '<br/><br/><br/>';
?>
one "<br/> will be one space.

Last edit: 12 years 1 month ago by Mohamed Thelji.
The following user(s) said Thank You: boopoo

Please Log in or Create an account to join the conversation.

Time to create page: 0.043 seconds
Powered by Kunena Forum