Search…

X3 Photo Gallery Support Forums

Search…
 
metallissimus
Experienced
Topic Author
Posts: 331
Joined: 17 Oct 2019, 06:54

Slidemenu stuck on .is-top

09 Sep 2022, 15:31

https://test.danielbollinger.de/
user: test
pw: lumarum

I styled the logo like this
Code
.logo{
  float:right;
  right:100px;
}
and now the slidemenu always has the .is-top assigned. Why does it not go down to its initital position anymore?
www.danielbollinger.de – corporate photography
hochzeiten.danielbollinger.de – wedding photography
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Slidemenu stuck on .is-top

10 Sep 2022, 00:04

Try adding to the parent element instead:
Code
.logo-wrapper {
  padding-right: 100px;
  text-align: right;
}
This is not tested under all circumstances, but I assume it would work.
 
metallissimus
Experienced
Topic Author
Posts: 331
Joined: 17 Oct 2019, 06:54

Re: Slidemenu stuck on .is-top

10 Sep 2022, 16:50

Seems to work fine, thank you!
www.danielbollinger.de – corporate photography
hochzeiten.danielbollinger.de – wedding photography