Keyword

Change dimension ItemContainer from % to px

More
12 years 1 month ago #101690 by Web75
Hello, for a display problem in the tablet, I have to change the width of the images ItemContainer which is set by the system as a percentage (by columns) and change it to pixels. I found the file, but I do not understand whether and how to edit and put a fixed size in pixels. Even setting the css, it always calculates a percentage.

FIle: component/com_k2/templates/default/category.php
<div class="itemContainer<?php echo $lastContainer; ?>"<?php echo (count($this->leading)==1) ? '' : ' style="width:'.number_format(100/$this->params->get('num_leading_columns'), 1).'%;"'; ?>>

Help please :unsure:
Thanks

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

More
12 years 1 month ago #101691 by Web75
It was easy, solved, thanks! <div class="itemContainer" style="width:202px;">

Bye

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


Powered by Kunena Forum