Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • irfandi Friend
    #172241

    hi..I have added one module bellow the main content. I want to move it a little bit to the left, so it could in line with the navigation of the article above it. how can I do that?
    look at the picture:


    1. 14
    TomC Moderator
    #431695

    Within templates/ja_minisite/css/layout.css – at line 38

    <blockquote>.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
    margin-left: 15px;;
    margin-right: 15px;

    }

    </blockquote>

    modify as follows . . .

    <blockquote>.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
    margin-left: 0;
    margin-right: 15px;

    }

    </blockquote>

    Hope that helps

    irfandi Friend
    #431956

    hi..
    it helped…but it is not quite in line yet. So i try to inspect it trough firebug and change the padding left to 0px in line 297 of modules/mod_accordionfaq/css/accordionfaq.css

    thanks a lot…the site look great now.. 🙂

    TomC Moderator
    #431957

    Glad I could assist !!

    All the best with your continuing site development.

    😎

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

This topic contains 4 replies, has 2 voices, and was last updated by  TomC 12 years, 8 months ago.

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