0
Welcome Guest! Login
0 items Join Now

Layer order in Quasar

  • Layer order in Quasar

    Posted 15 years 2 months ago
    • Hi
      I am using a component called Header image in the module position 'feature-a' below the drop down menu. The problem is that the drop down menu goes underneath the images. Is there a way that one can order the layering of the module positions to give preference to the menu, to go over the top of the image banner. You can view my site at www.photom.co.za The dropdown menu in question is the one under 'Courses'. Any help will be greatly appreciated.

      regards
      marthinus
  • Re: Layer order in Quasar

    Posted 15 years 2 months ago
    • Open your template.css at:
      <Joomla Root>/templates/<your template name>/css/template.css

      Find below codes:
      /* Header */
      #rt-header {position: relative;z-index: 2;}

      Change the codes to:
      /* Header */
      #rt-header {position: relative;z-index: 999;}

Time to create page: 0.063 seconds