0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Solved - New module position in Refraction - Help!

  • Solved - New module position in Refraction - Help!

    Posted 13 years 6 months ago
    • I want to create a new position after the top menu in Refraction Template (Joomla 1.7)... You can see the test here

      www.powing.es/testing/

      I´ve highlighted the new position I want in orange... but the problem is that the main menu overlays this new position (as you can see)... What am I doing wrong?¿? The css i´ve created for this new position is this one:

      #globalsites {
      position: absolute;
      top: 20px;
      background: #FF6600;
      width: 125px;
      right: 5px;
      float: right;
      }

      and the layout of the index.php is this (positioned AFTER the horizontal menu code):

      <!--End Horizontal Menu-->
      <!--new module-position-->
      <?php if ($this->countModules('global')) : ?>
      <div id="globalsites">
      <jdoc:include type="modules" name="global" style="none" />
      </div>
      <?php endif; ?>
      <!--end-->

      Thanks in advance!
  • Re: Solved - New module position in Refraction - Help!

    Posted 13 years 6 months ago
    • ok, I´ve think I´ve done it. I've change other positions to "absolute" and it´s done. :-)

Time to create page: 0.066 seconds