qalexandru Hello, I installed flarum on my website and I'm wondering if there's a way to change the template? I mean, I did something like this And I want to move the menu on top of the background.
[deleted] qalexandru Have a look at https://forum.phenomlab.com (my site) for some inspiration ? 🙂
qalexandru Hey [deleted]! I want to move my menu like yours. I don't know where is the template to edit it..
qalexandru i tried with position absolute, top: -500px and it's behind of the custom header. How can I made it to be in front of the custom header?
[deleted] qalexandru something like z-index: 10000;should work (note that the numeric figure is overkill and should be lowered to suit)
qalexandru I can't make it to work. I used z-index: -1; at custom header and z-index: 10000; at <header id="header" class="App-header"> 💦
[deleted] qalexandru Are you modifying the files directly ? If so, I wouldn't recommend this. All of this can be completed using CSS, so there wouldn't be a need to modify anyway. Can you provide the URL of your site so I can have a look ? Thanks