hello, after last update
1.6x our users can't logout from there account in pc
but in mobile it's good
This reply has been marked as private.
hi
try to use this:
.rtl .vibebp_myprofile.slick .profile_menu .vibebp_member_menu{
left:auto;right:calc(100% + 10px);
}
This reply has been marked as private.
hi
remove the above one and use this:
@media(min-width:768px){.rtl .vibebp_myprofile.slick .profile_menu .vibebp_member_menu{left:auto;right:calc(100% + 10px);}}
@media(min-width:481px){
.rtl .vibebp_myprofile.slick .profile_menu .vibebp_member_menu{left:auto;right:calc(100% + 10px);}
}
@media(max-width:480px){
.rtl .vibebp_myprofile.slick .profile_menu .vibebp_member_menu{left: 10px !important;right:auto;}
}
thanks for your confirmation