Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #263937

    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?

    #263961

    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

    #263972
    This reply has been marked as private.
    #264545

    Guten Tag

    Der Close Button müsste aber immer am oberen rechten Ecken sein, egal wie gross das Bild ist…

    #266838

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.