Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sjuzocka Friend
    #206310

    Please, really want to have it like 3 columns – left – main – right. I read the documentation several times, but I am still lost. It is probably documentation for T3 version, or I am not so good in this things… please, can you provide me step by step how to do it to have it left main right? Now it is Left right right (position 5 and position 7 are those “right”)… thank you for your support.

    One another question. Is it possible to have spesific width of template? For example 1280? If so, what to put to template.css? Or will it be messed..? thanks

    Ninja Lead Moderator
    #570522

    If you want to change the layout on your site with left – main – right, you can follow with my solution below

    + Open templates/ja_university/etc/layouts/default.xml file

    find and change

    <blocks name="middle" colwidth="25">
    <block name="content-mass-top">content-mass-top</block>
    <block name="right1">position-7</block>
    <block name="right2">position-5</block>
    </blocks>

    to

    <blocks name="middle" colwidth="25">
    <block name="content-mass-top">content-mass-top</block>
    <block name="left1">position-7</block>
    <block name="right2">position-5</block>
    </blocks>

    + Layout change to 1280px you can change it from here

    Open templates/ja_university/etc/profiles/default.ini file

    find and change

    screen_fixed_width="980"

    to

    screen_fixed_width="1280"

    Once done to clear cache from admin area

    sjuzocka Friend
    #570554

    thank you so much! with your navigation it was so so easy! 😎

    now I have to find, where to set the height of slideshow :))

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

This topic contains 3 replies, has 2 voices, and was last updated by  sjuzocka 9 years ago.

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