Formatting Shop Pages

  • Posts: 964
  • Thank you received: 11
  • Hikashop Business
13 years 3 months ago #23305

I'm trying to align the values below on the confirm page but it's being ignored. Any clue how to do this.

/* CONFIRM PAGE */
td.hikashop_cart_product_price_value, td.hikashop_cart_product_quantity_value, td.hikashop_cart_product_total_value {
	text-align:right; }

Thank you!!

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23308

Could you give a link to your shop so that we can see the result ?

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23331

You should try something like that:
td.hikashop_cart_product_price_value, td.hikashop_cart_product_quantity_value, td.hikashop_cart_product_total_value,
td.hikashop_cart_product_price_value span, td.hikashop_cart_product_quantity_value span, td.hikashop_cart_product_total_value span{
text-align:right !important; }

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

  • Posts: 964
  • Thank you received: 11
  • Hikashop Business
13 years 3 months ago #23395

Thank you for your help. It's strange but the code in RED did not work. The others did.

td.hikashop_cart_product_price_value, td.hikashop_cart_product_quantity_value, td.hikashop_cart_product_total_value,
td.hikashop_cart_product_price_value span, td.hikashop_cart_product_quantity_value span, td.hikashop_cart_product_total_value span{
text-align:right !important; }

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23404

That's because of the CSS:
.hikashop_cart_product_quantity_delete, .hikashop_cart_product_quantity_refresh, .hikashop_product_quantity_field {
float: left;
}
which is already is the CSS. You should try to remove it.
Also, it's not
td.hikashop_cart_product_quantity_value span
but:
td.hikashop_cart_product_quantity_value div, td.hikashop_cart_product_quantity_value input

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

Time to create page: 0.065 seconds
Powered by Kunena Forum