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.
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
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
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
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