Tagged: Lightbox
Ich habe den Closebutton folgendermassen verschoben.
a.pp_close { top: -670px }
Bei Hochformatbilder funktioniert das aber nicht, da dann der Button irgendwo im Bild ist.
Gibt es eine Möglichkeit, den Button immer in der oberen rechten Ecke zu platzieren?
Hi welti!
Can you post the link to your website so we can take a look?
You can also try adding following code to Quick CSS in Enfold theme options under General Styling tab
a.pp_close {
position: fixed;
top: 10%;
right: 2%;
}
Regards,
Yigit
Guten Tag
Der Close Button müsste aber immer am oberen rechten Ecken sein, egal wie gross das Bild ist…
Hi!
This is how it looks when i apply the code i posted you earlier – http://i.imgur.com/Q0DSLmg.jpg
Close button is fixed on the top right of the screen. You can re-position it by adjusting the values in the code
Cheers!
Yigit