Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Manos Moderator
    #150026

    Hello,

    I am trying to use those positions for banners with no luck, because if i have one banner in user1 and a second one on user2 the user1 position takes more space, in fact the user1 takes the space the main body (content) position has and the user2 for example takes the left position size.


    1. img-1
    Saguaros Moderator
    #338751

    Dear pascm!

    Please open the file: templatesja_rasitelayoutsblockstopsl.php and find codes:
    [PHP]
    $spotlight = array (‘user1′,’user2′,’user3′,’user4′,’user5’);
    $botsl = $this->calSpotlight ($spotlight,100, 30, ‘right’);
    [/PHP]

    The right module of the top sport light is overrided the width: it is equal 30% of total width;

    you replace above codes by:
    [PHP]
    $spotlight = array (‘user1′,’user2′,’user3′,’user4′,’user5’);
    $botsl = $this->calSpotlight ($spotlight,100);
    [/PHP]

    Good luck

    Manos Moderator
    #338763

    Thank you! It’s working!!!

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

This topic contains 3 replies, has 2 voices, and was last updated by  Manos 14 years, 6 months ago.

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