Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • imurillo Friend
    #161748

    I did this change and the colum width is okey
    thats all, and it wokrs

    1.Go to your admin area
    2.Go to the template manager
    3.Then go to the ja-rave template
    4.Then go to the layouts tab
    5.Choose your layout – presumably the 3 column option? or maybe default?
    6.Then click on edit and something appears as a pop up
    7.Look for the bit which reads Blockname=”middle” colwidth=”20″
    8.Change 20 for 25
    9.Press save

    It work, Please See the picture
    The code you have to change is forl ayout , chouse For example deafult layout:

    You only haver to chage this two line to have standar wide of colums

    <blocks name=”middle” colwidth=”25″>
    <block name=”inset1″ width=”20″>left</block>

    <?xml version=”1.0″ encoding=”utf-8″?>
    <layout name=”desktop”>
    <!–Extra css load for this layout–>
    <stylesheets>
    </stylesheets>
    <blocks name=”top” style=”xhtml”>
    <block name=”absolute” type=”modules” style=”raw”>absolute</block>
    <block name=”top-panel” type=”modules” style=”raw” main-inner=”1″>top-panel</block>
    <block name=”mainnav” type=”mainnav” main-inner=”1″></block>
    <block name=”header” type=”header” main-inner=”1″></block>
    <block name=”cpanel” type=”usertools/cpanel”></block>
    <block name=”topsl” type=”spotlight” main-inner=”1″>user1,user2,user3,user4,user5</block>
    </blocks>
    <blocks name=”middle” colwidth=”25″>
    <block name=”inset1″ width=”20″>left</block>
    <block name=”content-mass-top”>slideshow</block>
    <block name=”right1″>right</block>
    </blocks>
    <blocks name=”bottom” style=”xhtml”>
    <block name=”botsl” type=”spotlight” main-inner=”1″ >user6,user7,user8,user9,user10</block>
    <block name=”footer” type=”footer”></block>
    </blocks>
    </layout>

    r

    edmguate Friend
    #388174

    I want to put a black backgrount in the right column. How do i do that

    thangnn1510 Friend
    #388192

    Please go to templates.css in templates/ja_rave/css and put this code:

    #ja-right {
    background: none repeat scroll 0 0 #000000;
    }

    to the end of that file.

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

This topic contains 3 replies, has 3 voices, and was last updated by  thangnn1510 13 years, 6 months ago.

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