Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Steven Dowd Friend
    #162818

    The title really says it all

    How do I change the 50/50 split in the user1 and user2 positions in ja_portfolio j1.6

    I am looking to split the user1 position to around 200px and the user2 the rest of the page

    But I cannot find anyway to alter the ratio from the 50/50 split that happens automatically when items are in both positions

    Thanks

    khoand Friend
    #386581

    Hi,
    Add this code into <joomla url>pluginssystemjat3jat3base-themesdefaultblocksspotlight.php file


    <?php if ($pos=="user1")
    $botsl[$pos]['width'] = "21.1%";
    else if ($pos == "user2")
    $botsl[$pos]['width'] = "78.9%";
    ?>

    before


    <div class="ja-box column ja-box<?php echo $botsl[$pos]['class']; ?>" style="width: <?php echo $botsl[$pos]['width']; ?>;">

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

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 13 years, 7 months ago.

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