Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • webmasterbea Friend
    #174944

    Hi,
    I am using JA Droid for Joomla 1.5. How can I add width to the column separation between columns on the K2 section?
    You can see it here: http://lotoazul.pagelandingseo.com/en/services
    I looked on the template.css but could not find where to make the change, nor am I sure if that’s where I need to look.

    Thanks!

    khoand Friend
    #444296

    You replace the code from/templates/ja_droid/html/com_k2/templates/ja_droid/category.php

    <div class="itemContainer" style="width:<?php echo number_format(100/$this->params->get('num_primary_columns'), 1); ?>%;">
    with


    <div class="itemContainer" style="width:<?php echo number_format(90/$this->params->get('num_primary_columns'), 1); ?>%;<?php if(($key+1)%($this->params->get('num_primary_columns'))==0) { echo 'float:right;'; } ?>">

    webmasterbea Friend
    #444951

    Hi,
    thank you for your help.
    there’s four instances of the code you mention. Should I change all four with the same code?

    Thanks again!

    khoand Friend
    #445080

    My file has only one instance. Could you give me username+password of your ftp? I will check it.

    webmasterbea Friend
    #471720

    Hi, I was able to find and fix the code for the K2 section content columns on the J!1.5 version. You can see the live site here: http://lotoazulhotel.com/en/services/.

    However, I now need to replicate the solution on the Joomla 2.5 version, and you can see the K2 section with problems here:
    http://lotoazulhotel.com/jatc_droid_j25/index.php/servicios, the columns appear one higher than the other, can you tell me why?

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  webmasterbea 12 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum