Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • utriculus Friend
    #119425

    Hello all
    I want to have a random photo on user1 position, but it comes up with a large border that I don’y like.
    I want to have photo filling exactly the space there, how can I proceed?

    http://www.abc-network.it/index.php

    Thank you for your help.
    Andrea


    1. shot
    Khanh Le Moderator
    #216798

    Please search and edit some style in template css file (template_css.css) as following:

    Search style:


    .ja-box-right div.moduletable {
    padding-left: 20px;
    }

    Replace with:


    .ja-box-right div.moduletable {
    padding-left: 0;
    }

    Search style:


    #ja-topsl div.moduletable {
    padding: 15px 25px;
    margin: 0;
    }

    Replace with:


    #ja-topsl div.moduletable {
    padding: 0;
    margin: 0;
    }

    utriculus Friend
    #216800

    Thank you!!!
    There are just some pixels left on the right side. Maybe its’ not controlled by css style…

    Khanh Le Moderator
    #216805

    Yes, you are right that the right space is not controlled by css. You could remove it by editing file ja_templatetools.php (in the template folder).

    Search following line of code:


    $width = round(99.6/count($modules_s),1) . "%";

    Change to


    $width = round(100/count($modules_s),1) . "%";

    utriculus Friend
    #216806

    It doesn’t solve, but its not so important… thanks again!

    Khanh Le Moderator
    #216808

    You’re welcome, Andrea. 🙂

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

This topic contains 6 replies, has 2 voices, and was last updated by  Khanh Le 17 years, 1 month ago.

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