Orders table move to left or right

  • Posts: 10
  • Thank you received: 0
12 years 2 weeks ago #73448

I tried to move title and content of table on same position (left) but everytime when I tried something both moves.

see image below (this are orders)



Ok, i change my mind (little) I only want to move to left product number B1.

Last edit: 12 years 2 weeks ago by ISScyborg.

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

  • Posts: 26152
  • Thank you received: 4027
  • MODERATOR
12 years 2 weeks ago #73608

Hi,

I think you broke the HTML of the table.
You can do this modification without modify the view.

Each element in the table of his own class.
For example, the "order number" TD have the class "hikashop_order_number_value".
So, you can create a CSS rule in order to change the text-align for these cells.

td.hikashop_order_number_value {
  text-align:left;
}

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.048 seconds
Powered by Kunena Forum