cart formatting

  • Posts: 140
  • Thank you received: 0
10 years 10 months ago #176084

-- url of the page with the problem -- : xraycert.com
-- HikaShop version -- : current
-- Joomla version -- : current

I am putting in a new template and I'm having trouble with some formatting in the Checkout.
1. The create account button is cut in half. It should be following the same css as the credit card button on the bottom.
2. the asterisks for the username and password are way off to the left compared to the asterisks on the other fields above them.

It can be reproduced at xraycert.com by adding any item to the cart
Thanks

Last edit: 10 years 10 months ago by zipadyduda.

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

  • Posts: 84303
  • Thank you received: 13698
  • MODERATOR
10 years 10 months ago #176115

Hi,

1. This comes from the CSS of your template:
.control-group input {
height: 21px;
min-height: 21px !important;
line-height: 21px;
}

Remove it and it will display fine.


2. This comes from the CSS of the Hikashop frontend CSS:
.hikashop_field_required {
float: right;
margin-left: 10px;
}

Remove it and it will display like you want.

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

  • Posts: 140
  • Thank you received: 0
10 years 10 months ago #176129

Thanks

It took some digging but I found the code and it works. Thanks.

Last edit: 10 years 10 months ago by zipadyduda.

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

Time to create page: 0.045 seconds
Powered by Kunena Forum