Moving price position

  • Posts: 4
  • Thank you received: 0
11 years 8 months ago #93732

In the product details How can I move the price block some pixels down ?

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

  • Posts: 4
  • Thank you received: 0
11 years 8 months ago #93733

I've found solution

on css file
.hikashop_product_right_part{
float:left;
padding-left:1px;

}

add padding-top:20px;

so leave it in this way

.hikashop_product_right_part{
float:left;
padding-left:1px;
padding-top:20px;
}

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

Time to create page: 0.055 seconds
Powered by Kunena Forum