Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • newtybar Friend
    #157600

    Hello,

    Can anyone out there explain to me how I can move my module positions around? For example move the “right” module position to the lefthand side of the screen.

    Here is my site so far:

    http://www.rummageclothing.com/

    I would like Let’s be Friends, Online Store, Featured Video, etc. to be moved to the left hand side of the Start Here. If I move the modules to “left” module position it turns into the menu and looks weird. I would just like to move it all to the left.

    newtybar Friend
    #367451

    Here is the position guide for clarity: http://www.joomlart.com/forums/topic/ja-lead-module-position-guide/

    I would like to move “Right” to the left and shift everything over.

    Hieu Nguyen Admin
    #367757

    Open index.php in your template

    Find:

    <jdoc:include type=”modules” name=”left” style=”jamodule” />

    change to

    <jdoc:include type=”modules” name=”right” style=”jamodule” />

    newtybar Friend
    #367818

    hi this did not seem to work

    the whole left side turns into a menu and looks weird.

    newtybar Friend
    #367822

    Here’s kind of what I want to do.

    Phill Moderator
    #367828

    Find in template.css around line 711


    #ja-mainbody {
    float:left;
    width:650px;

    }

    Change to


    #ja-mainbody {
    float:right;
    width:650px;

    }

    Then find in template.css around line 730


    #ja-col2 {
    float:right;
    font-size:92%;
    width:310px;

    }

    and change to


    #ja-col2 {
    float:right;
    font-size:92%;
    padding-right:8px;
    width:302px;

    }

    newtybar Friend
    #367832

    That works! Thanks…well time to figure out how all this works…

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

This topic contains 7 replies, has 3 voices, and was last updated by  newtybar 13 years, 10 months ago.

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