small check-out pic how?

  • Posts: 182
  • Thank you received: 1
11 years 3 months ago #143167

i want to use more small pic in check out page?
how can i do that in css?

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 months ago #143179

Hi,
Can you give us more information about what you want to do through some screenshots ?

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

  • Posts: 182
  • Thank you received: 1
11 years 3 months ago #143188

in check-out page product pic very big... i want to use a small pic..

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

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 3 months ago #143235

Please give a link to a product page so that we can see that.

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

  • Posts: 182
  • Thank you received: 1
11 years 3 months ago #143255

elisipazari.com/index.php?option=com_hik...das-kutusu&Itemid=69 you must add to cart and gocheck out page

Last edit: 11 years 3 months ago by resif.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 months ago #143277

Hi,
You'll probably be able to adapt your product images during the checkout process by using some CSS code like :

.hikashop_cart_product_image_thumb img {
width: 100px;
}
Note that you can also adapt your payment method image size, by using some CSS code like :
.hikashop_checkout_payment_image img {
width: 100px;
}

The following user(s) said Thank You: resif

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

  • Posts: 182
  • Thank you received: 1
11 years 3 months ago #144384

thank you,
how can apply that for names...

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 months ago #144399

Can you show me through some screenshots what do you exactly mean by "names" ?

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

  • Posts: 182
  • Thank you received: 1
11 years 3 months ago #144431

like this PAYPAL, Shipping or radio button... how can i edit in css these as padding an margin or loyout... you should know that when i edited a pic padding.... not apply at near names...




how can i change paddings for these names...

Attachments:
Last edit: 11 years 3 months ago by resif.

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

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 3 months ago #144494

You can add such CSS:

.hikashop_checkout_shipping_image{
margin-left: 20px;
display: block;
}

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

  • Posts: 182
  • Thank you received: 1
11 years 3 months ago #145164

ok thank you but raido button not change and register page name fields...

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 months ago #145209

Hi,
Using that CSS code will probably do the job :

.hikashop_checkout_payment_image{
margin-left: 20px;
display: block;
}

Last edit: 11 years 3 months ago by Mohamed Thelji.

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

Time to create page: 0.091 seconds
Powered by Kunena Forum