Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • marcunix Friend
    #160469

    Hello, in my template, the content-mass-bot does not total widht , and i want that works on total widht, how can i modify css for that?

    Thanks

    Phill Moderator
    #377588

    Can you post a link to your site with css optimization set to “No” in the template manager. Then we can take a look.

    marcunix Friend
    #377591

    Is this http://teline4.midiariolocal.es/index.php

    on bottom, i have adsense google module in content-mass-bot,

    Phill Moderator
    #377593

    Could you not use position user6 instead? That will stretch the width of the template.

    marcunix Friend
    #377595

    look thats happens with postion user6

    Phill Moderator
    #377599

    User 6 is as far as I can see from your site using the whole width. The content you have in that position is limited in width. Try some better content and it will fill the width of the screen.

    marcunix Friend
    #377602

    Now i put text content, it show same way

    Phill Moderator
    #377610

    Put that content in user6 and unpublish the existing user6,user7,user8,user9 and user 10 modules and it will take up the full width of the screen. The text content you have entered is still in content mass bottom.

    marcunix Friend
    #377615

    Now, but that i want is take width for content column, no width for all body, so, in user position, is more widht than body..why??

    Phill Moderator
    #377617

    Because the width is set in tempate.css at line 922, change the bit below from.

    #ja-botsl1 .main {
    padding:0;
    width:984px;

    }

    to

    #ja-botsl1 .main {
    padding:0;
    position:relative;
    top:-10px;
    width:956px;

    }

    marcunix Friend
    #377621

    Ok, now position user is show correctly, thanks Phill…

    Where can i modify code for change width for content-mass-bot??

    Saguaros Moderator
    #377696

    You access the template confiugration => click to the Layous Tabs => click and edit the Default layout
    In the popup, you find:

    [PHP]<blocks name=”middle” main-inner=”1″ colwidth=”17″>[/PHP]
    you change value for the colwidth attribute.
    Please refer to the wiki to get detail how to change the width http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Middle_column_width

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

This topic contains 12 replies, has 3 voices, and was last updated by  Saguaros 13 years, 9 months ago.

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