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

    Safari 18. WordPress 6.6.5. Enfold 6.04. PHP 8.0.15.

    When on a page, after selecting “edit page”. It loads, but the builder appears far to the right. I have to scroll in order for it to center, until I scroll back to the top.

    #1467406

    Hey szimmerdesign76,

    Thank you for the inquiry.

    Is this happening only on fullscreen mode? Please provide a screenshot or a short clip of the issue, or post the login details in the private field so that we can check it.

    Best regards,
    Ismael

    #1467627

    Let me do some more testing. It may be an issue with the latest version of Safari. It appears to also be impacting another theme I am using. I will try in Chrome and Firefox tomorrow.

    #1467634

    Hi,

    Thank you for the update.

    Looks like this is a general WordPress issue occurring in the latest versions of macOS and Safari.

    // https://wordpress.org/support/topic/safari-18-0-breaking-classic-editor/

    To fix the issue the temporarily, please try this code in the functions.php file:

    function ava_custom_admin_styles() {
        echo '
        <style>
            #postbox-container-2 { clear: left; }
            .index-php #postbox-container-2 { clear: none; }
        </style>
        ';
    }
    add_action('admin_head', 'ava_custom_admin_styles');
    

    Best regards,
    Ismael

    #1470830

    That’s great thank you. It works perfectly now.

    Much appreciated
    Colin

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