padding in the top of the product list

  • Posts: 123
  • Thank you received: 4
  • Hikashop Business
7 years 10 months ago #260316

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.6.5

Hi
Can anyone tell me how and where I can put a padding to the top over the product image in product list? I need it to have a gray frame/ line in the top of the photo also.
See screen shot.
Best regards
Peter

Attachments:

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
7 years 10 months ago #260329

Hi,

Well, as the CSS there comes from your template, it's something you're supposed to do in the CSS of the template and ask the template provider.
In the file templates/sj_kampe/css/template-cyan.css you have that code:

.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .hikashop_product_image {
  border-bottom: 4px solid #d3ebfb;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
But it's missing a top padding to do like you want.
If you add such CSS there, it will display like you want:
.hikashop_products_listing_main .hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .hikashop_product_image {
    padding-top: 25px;
}

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

  • Posts: 123
  • Thank you received: 4
  • Hikashop Business
7 years 10 months ago #260392

Hi Nicolas
I thought I should ask smartaddons, and I did after asking you.
But you are good....it is working.
Thanks a lot.
BR
Peter

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

Time to create page: 0.049 seconds
Powered by Kunena Forum