Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #275664

    Hi – Trying to add a whitespace seperator on our page. But when you choose whitespace the popup menu falls off the page partly and you can’t get to the save option. having this problem on chrome on a mac.

    #275666

    Hi blankonblank!

    Do you mind creating a temporary admin login and posting it here privately? Please post a screenshot of the issue as well

    Cheers!
    Yigit

    #275683
    This reply has been marked as private.
    #275700

    Hey!

    Can you post a screenshot of the issue you are having? It works fine on my end – http://i.imgur.com/lVP8tZT.png
    I checked your website on Chrome version 35.0.1916.114 on OS X 10.9.2

    Best regards,
    Yigit

    #275764
    This reply has been marked as private.
    #275793

    Hey!

    It does work fine on my end – http://i.imgur.com/l5F4qOy.png
    Does it only happen only on Whitespace element? What is the screensize of your computer?

    Best regards,
    Yigit

    #275798
    This reply has been marked as private.
    #275815

    Hey!

    Not happening on my end neither, also tested in a 13′ macbook, but this may fix it: add this at the end of your theme functions.php file:

    function fix_avia_modal(){
    
    echo '<style>.avia-modal.smallscreen, .avia-modal.flexscreen{ top: 10% !important; }</style>';
    
    }
    add_action('admin_head', 'fix_avia_modal');

    Regards,
    Josue

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