Terms and Conditions and checkbox are on two lines

  • Posts: 75
  • Thank you received: 1
10 years 4 months ago #186111

-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
-- Browser(s) name and version -- : latest IE, FF and Chrome
-- Error-message(debug-mod must be tuned on) -- : None

Hello,

The checkbox for the terms and conditions and the link to the terms are on 2 lines.
When I see the code I can't figure out what to do to get both on one line.

code:
<div id="hikashop_checkout_terms" class="hikashop_checkout_terms">
<input id="hikashop_checkout_terms_checkbox" class="hikashop_checkout_terms_checkbox" type="checkbox" value="1" name="hikashop_checkout_terms">
<label for="hikashop_checkout_terms_checkbox">
<a id="shop_terms_and_cond" rel="{handler: 'iframe', size: {x: 800, y: 800}}" href="/alv-nl" onclick="return window.hikashop.openBox(this,null,false);">Gelieve de Algemene Voorwaarden te accepteren voor u verder gaat</a>
</label>
</div>

See the screenshot:



Hope someone can help me.

Thanks in advance.

Kind regards, Wilfried

Attachments:
Last edit: 10 years 4 months ago by wilfried.

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

  • Posts: 83832
  • Thank you received: 13572
  • MODERATOR
10 years 4 months ago #186127

Hi,

I guess that you could try to add such CSS on your website:
#hikashop_checkout_terms_checkbox, #hikashop_checkout_terms_checkbox{ float: left; }
www.hikashop.com/support/support/documen...ize-the-display.html

The following user(s) said Thank You: Lumiga, wilfried

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

  • Posts: 75
  • Thank you received: 1
10 years 4 months ago #186243

Just for the correct documentation, because of a write error of you I presume :-)
You had 2 times the same class.

#hikashop_checkout_terms, #hikashop_checkout_terms_checkbox{ float: left; }

This did the job.
Thanks,

Kind regards Wilfried

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

  • Posts: 590
  • Thank you received: 23
  • Hikaserial Subscription Hikashop Multisite
10 years 3 months ago #189719

Hi Wilfried,
For my it was necessary to do it with this code:
#hikashop_checkout_terms_checkbox, #hikashop_checkout_terms_checkbox{ float: left; }
So I think it wasn't a write error from Nicolas!


Kind regards,
Lumiga

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

Time to create page: 0.077 seconds
Powered by Kunena Forum