test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • rosa Friend
    #152337

    Hello,

    I need to create one new position to the left of the search bar, in the same horizontal bar. Could you, please, explain me how can I do this?

    I have looked the other posts about modul position, but I can’t figure out how to solve this problem.

    Thanks in advance

    Saguaros Moderator
    #349298

    Hello

    Pls open the file templates/ja_oreslayoutsblocksheader.php and file the following code:
    [PHP]
    <?php if($this->countModules(‘search’)) : ?>
    [/PHP]
    replace:
    [PHP]
    <?php if($this->countModules(‘top1’)) : ?>
    <div id=”ja-top1″>
    <jdoc:include type=”modules” name=”top1″ />
    </div>
    <?php endif; ?>
    <?php if($this->countModules(‘search’)) : ?>
    <div id=”ja-search”>
    [/PHP]

    and add the following code into the template.css:

    #ja-top1{ position:absolute;top:50px; right:400px }

    rosa Friend
    #349305

    Thanks tienhc!

    I tried it and it works perfectly!!

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

This topic contains 3 replies, has 2 voices, and was last updated by  rosa 14 years, 5 months ago.

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