test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • brenot Friend
    #163026

    Hi,
    I moved the logo to the left side of top.header and I need to insert a new module position at right like the sample is showing.

    Thanks

    khoand Friend
    #387377

    Hi,
    Add this code into <joomla urlLpluginssystemjat3jat3base-themesdefaultblocksheader.php file


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

    after


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

    – Set module’s position is newposition

    brenot Friend
    #387381

    Please help me if its possible , sendme the instructions and the code to insert in the css files, to make it positioned just like the image sample

    thanks

    Look the image of the result. please help me to make this like the sample in the first message

    Ninja Lead Moderator
    #387450

    Hi, please try add this to template.css:


    #ja-newposition{
    position: absolute:
    right: 20px;
    top: 20px;
    }

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

This topic contains 4 replies, has 3 voices, and was last updated by  Ninja Lead 13 years, 7 months ago.

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