account icon open is double

Dear Phil,


please check this address in the header ; https://almofashion.com

in the header , when you click on "my account" icon , then 2 block opens instead of 1. please advise


Thx

MOSALIM

Comments

  • edited November 2022

    Hello,

    I have passed this problem to the dev team.

    As a temporary workaround, please, use the following CSS code:

    .rtl .column_header_icon .mfn-header-login{
     display: none;
    }
    .rtl .mfn-header-login .woocommerce-form .form-row.form-row-last::after{
     left: unset!important;
     right: 0!important;
    }
    .rtl .mfn-header-login .woocommerce-form .form-row.form-row-last .input-text{
     padding-right: 40px;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

Sign In or Register to comment.