/**
* Theme Name: Floaty Child
* Description: This is a child theme of Floaty, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: floaty
* Version: 1.0.3
*/

@media only screen and (max-width: 600px) {
	
	#edit_user_profile .edit-profile-avatar, #edit_user_profile .user_profile_fields_group{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	
	.my_account_page_header_wrapper{
		    position: static;
	}
	
	.admin-bar .my_account_page_nav_wrapper{
		top: -20px;
	}
}