Image px to percentage

  • Posts: 8
  • Thank you received: 0
10 years 4 months ago #197001

-- url of the page with the problem -- : lusmira.esy.es/index.php/mulher/casacos
-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.5.21

Good evening.
I wonder if it is possible to change the height / width of the image to percentage .
With px have enough problems of sizes with the resolution of the screen

Attachments:

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

  • Posts: 84220
  • Thank you received: 13673
  • MODERATOR
10 years 4 months ago #197004

Hi,

Sure.
You can do that by adding CSS code.
For example, on that page:
.hikashop_product_image_subdiv, .hikashop_product_listing_image, .hikashop_product_image{
width: 50% !important;
height: 50% !important;
}

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

Time to create page: 0.053 seconds
Powered by Kunena Forum