Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tphmedia Friend
    #170582

    I want to move the LEFT column in between the content and RIGHT column.

    also, need to give the module headings some sort of styling (a background).

    khoand Friend
    #424082

    Hi,
    I don’t understand what you mean clearly. Could you explain more details?

    jersonjunior Friend
    #424102
    khoand Friend
    #424190

    I want to move the LEFT column in between the content and RIGHT column.

    You login backend > Extensions > Template management > ja_purity_ii > layout tab > edit default layout, replace this code

    <block name="left1">left</block>
    <block name="right1">right</block>

    with


    <block name="right1">left</block>
    <block name="right2">right</block>

    also, need to give the module headings some sort of styling (a background).

    You find this code from /templates/ja_tiris/css/template.css


    div.ja-moduletable h3, div.moduletable h3 {
    background: url(../images/bg-h3.gif) 0 100% repeat-x; < change url to change background of title of module
    color: black;
    font-family: "abelregular", Arial, sans-serif;
    font-size: 150%;
    font-weight: 100;
    margin-bottom: 20px;
    padding-bottom: 12px;
    text-transform: uppercase;
    }

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

This topic contains 4 replies, has 3 voices, and was last updated by  khoand 12 years, 12 months ago.

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