Terms and Conditions text misaligned

  • Posts: 59
  • Thank you received: 2
11 years 3 months ago #84587

When viewing my cart, the Terms and Conditions text is not next to it's textbox. It appears above the products in the cart. Please see the attached screenshot. Thanks, Eric.

www.needcardsnow.com

Attachments:
Last edit: 11 years 3 months ago by d2dpcs. Reason: added link

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

  • Posts: 13201
  • Thank you received: 2322
11 years 3 months ago #84671

The problem come certainly from a conflict with your template.

The text is in position fixed, you have to change it as relative.
Try something like:

.hikashop_checkout_terms a{
    position: relative !important;
    margin: 0 !important;
}
in the frontend css file in Configuration > Display, or in your template file.

The following user(s) said Thank You: d2dpcs

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

  • Posts: 59
  • Thank you received: 2
11 years 3 months ago #84764

Thank you for helping me with a template issue. I applied your fix and it worked pretty well. I modified it a little bit to my liking.

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

Time to create page: 0.067 seconds
Powered by Kunena Forum