Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • stilpunkt Friend
    #155293

    Hi,

    i’m using the JA teline II with Joomla 1.0.15 on this site http://www.stilpunkt.com

    How can I move the 2 columns on the right side of the page to the left side?

    In other words I want to have a layout like this:

    left column | right column | main content

    Your help is really appreciated.

    Thanks in advance.

    Greetings Kai

    Don Lee Friend
    #359071

    Hi,
    Try to add the below css:
    #ja-content {
    float: right !important;
    }

    stilpunkt Friend
    #359098

    Thanks for your reply.

    Unfortunately that’s not the full solution.

    Appended screenshot shows the result.

    Your further help is very appreciated.

    Thanks in advance.

    Greetings Kai


    1. teline
    Don Lee Friend
    #359100

    Continue to find in your css file:
    #ja-containerwrap-c #ja-container {
    background: url(“../images/hline.gif”) repeat-y scroll 83% 0 transparent;
    }
    Replace with:
    #ja-containerwrap-c #ja-container {
    background: url(“../images/hline.gif”) repeat-y scroll 17.5% 0 transparent;
    }

    stilpunkt Friend
    #359103

    Great.

    The last issue is the distance between the left column and the main content.
    Also the left gap between the border of the site and the left column.

    Thanks for your help.

    Greetings Kai

    Don Lee Friend
    #359104

    – Change the code in previous post to:

    #ja-containerwrap-c #ja-container {
    background: url("../images/hline.gif") repeat-y scroll 16.5% 0 transparent;
    }

    – Add:


    #ja-containerwrap-c #ja-container-inner{
    margin-left: -20px;
    }
    #ja-content div.ja-innerpad {
    margin-left: 11px;
    }

    stilpunkt Friend
    #359106

    Thanks. You did a great job.

    Have a nice weekend.

    Greetings Kai

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

This topic contains 7 replies, has 2 voices, and was last updated by  stilpunkt 14 years, 1 month ago.

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