Are you guys familiar with this issue, where the options panel layout is pushing the options down below the navigation (see link below for screen grab)? I think I’ve seen this before, but can’t remember how I solved it — I thought maybe a theme update solved it, but this site is all up-to-date an still suffering. I deactivated all plugins, too — doesn’t seem to be the issue, either:
https://www.evernote.com/shard/s320/sh/a8360fe9-7c29-4a6e-9609-adeec722b601/c13b7fd11b008925c129845f131b5925
Thanks!
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue
Sure thing, attached:
Hi,
Please install a child theme and try adding this at the very end of your themes / child themes functions.php file:
/* Theme Options */
function admin_head_mod() {
echo '<style type="text/css">.avia_options_page{width: 640px!important;}</style>';}
add_action('admin_head', 'admin_head_mod');
Best regards,
Vinay
Haha, I just figured out, I was just zoomed out one level in my browser! I just hit command-0, to go back to the default/100% zoom level, and that was it! Sorry to waste your time!