Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sc204 Friend
    #160772

    I have used this tutorial http://www.purity2.fr/en/tutoriels/mise-en-page/modules/116-ajouter-2-positions-en-dessous-position-top to both add the top two positions which it was designed to do and to add a center bottom position under my main front page text in the center. It worked very well but I cannot figure out how to add some space between the bottom grey line under main content and the new position.

    The new position center-bot has my recent forum posts module in it.
    The site is http://www.flyingeaglesrc.com

    To add the new position I added the following into main.php

    <?php if( $this->countModules('content_bot') ): ?>
    <div id="content_bot">
    <jdoc:include type="modules" name="content_bot" style="JArounded" />
    </div>
    <?php endif; ?>

    This into template.css

    #bottom_cen {
    /*float: left; */
    width: 98%;
    }

    and added the positon name under templateDetails.xml

    So I would like to be abe to add a little space above my recent forum posts module.

    Thank you.

    aman204 Friend
    #378768

    You can increase margin-top value here accordingly::

    #content_bot {template.css (line 974)
    margin-top: 15px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  aman204 13 years, 9 months ago.

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