0
Welcome Guest! Login
0 items Join Now

SOLVED Navigation should overlay a slider on same position

    • ANDweb's Avatar
    • ANDweb
    • Rocketeer
    • Posts: 79
    • Thanks: 0

    SOLVED Navigation should overlay a slider on same position

    Posted 8 years 3 months ago
    • Hi,
      It is possible with Gantry5 / Joomla to assign a module position to the section navigation so that the navigation overlay a slider on the same position?
      Regards Uli
    • Last Edit: 8 years 3 months ago by ANDweb.
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22303
    • Thanks: 3229
    • messin' with stuff

    Re: SOLVED Navigation should overlay a slider on same position

    Posted 8 years 3 months ago
    • Unless it's built into the template already, no, there's no administrative way of doing that... you'd need custom code to absolutely position the module/particle you want to float
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
    • ANDweb's Avatar
    • ANDweb
    • Rocketeer
    • Posts: 79
    • Thanks: 0

    Re: SOLVED Navigation should overlay a slider on same position

    Posted 8 years 3 months ago
    • Thx Matt.

      Can someone pls give me a tip how to position a new module position absolutely (Helium-Template) so that it is above the section navigation?

      Thx in advance
      Uli
    • ANDweb's Avatar
    • ANDweb
    • Rocketeer
    • Posts: 79
    • Thanks: 0

    Re: SOLVED Navigation should overlay a slider on same position

    Posted 8 years 3 months ago
    • I have found a solution myself - perhaps not the best - but it works.

      I've assigned the absolute position to the navigation menu and the search:
      .menu-position {
      position: absolute;
      top: 0;
      right: 0;
      }

      Should anyone know a better solution, I would be of course interested :)

      Regards, Uli

Time to create page: 0.048 seconds