Okay
  Public Ticket #4103475
BUG REPORT: New color picker is out of frame
Open

Comments

  • Peter started the conversation

    Hi, as you can see on the screenshot the new color picker is out of the frame.

    This happens both on frontend / backend, and with all modules. 

    (in very rare occasions the color picker is positioned correctly, but I could't find any pattern when)

    Version: 17.3.0


    Temporary fix:

    Find a plugin to apply custom CSS on WP admin, then add the following:


    .color-group {
        position:relative;
    }

    .pcr-app.wpb-pickr.visible {
    position:absolute !important;
        top:35px !important;
        left:0px !important;
    }


    Attached files:  Screenshot 2025-06-25 at 6.03.04 PM.png

  •  3,232
    Andrew replied

    Hi Peter,

    Thank you for getting in touch.

    The developer is aware of this issue for Safari browsers, and it shall be fixed in the next minor release. In the meantime, you should be able to reveal it by dragging the element settings modal to the left—click and drag the top blue bar and move it to he left to uncover the color picker.

    I hope that helps.

    Kind regards,