Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • leahbartlett Friend
    #137735

    Hi!

    I have tried everything to get a new module in above the main body. I’d like it to be the width of the top module – everytime I try it just places the module on top of what is existing instead of moving it down. can someone help please? Thank you!

    Sherlock Friend
    #289354

    Dear leahbartlett !

    You can do it folowing way below :
    Open index.php file in templates/ja_fagus folder, find following code section at about line 143 :


    <div id="ja-container" class="clearfix">

    change to :


    <jdoc:include type="modules" name="user7" style="xhtml" />
    <div id="ja-container" class="clearfix">

    then you create new module and assign it to “user7” position.

    leahbartlett Friend
    #289400

    That got it correct so that everything moves down, but it is the full width of the entire page. Where in the CSS can I find the code to get it to be positioned correctly?

    Thank you so much for your help already!

    leahbartlett Friend
    #289402

    That got it correct so that everything moves down, but it is the full width of the entire page. Where in the CSS can I find the code to get it to be positioned correctly?

    Thank you so much for your help already!

    Sherlock Friend
    #289457

    Dear leahbartlett !

    You can create css for it but you must add :


    <jdoc:include type="modules" name="user7" style="xhtml" />

    to a div , example :


    <div id="new_module'>
    <jdoc:include type="modules" name="user7" style="xhtml" />
    </div>

    then create css code for it in template.css file :


    #new_module {
    .............................
    }

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

This topic contains 5 replies, has 2 voices, and was last updated by  Sherlock 15 years, 9 months ago.

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