Add borders

  • Posts: 203
  • Thank you received: 0
12 years 11 months ago #39301

Hello all,

how can i add borders in the product view around the single elements

Pictures

Details

Custom fields



Thx
Andreas

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

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
12 years 11 months ago #39401

Hi,

You can do that with CSS.
For the image on the product page, it would be:
.hikashop_product_left_part {
border: 1px solid black;
}

For the details (description ?), it would be:
.hikashop_product_bottom_part {
border: 1px solid black;
}

For the custom item fields:
.hikashop_product_custom_item_info{
border: 1px solid black;
}

The following user(s) said Thank You: CMS-Buttler

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

  • Posts: 203
  • Thank you received: 0
12 years 11 months ago #39447

Okay great it works.

How could i enlarge the space between the left and the right product part?

Because the shadow looks not so good this way.

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

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
12 years 11 months ago #39543

You should add some margin in CSS , like that:
.hikashop_product_left_part , .hikashop_product_right_part {
margin: 10px !important;
}

The following user(s) said Thank You: CMS-Buttler

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

Time to create page: 0.060 seconds
Powered by Kunena Forum