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:

    1. .rtl .column_header_icon .mfn-header-login{
    2.  display: none;
    3. }
    4. .rtl .mfn-header-login .woocommerce-form .form-row.form-row-last::after{
    5.  left: unset!important;
    6.  right: 0!important;
    7. }
    8. .rtl .mfn-header-login .woocommerce-form .form-row.form-row-last .input-text{
    9.  padding-right: 40px;
    10. }

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


    Thanks

Sign In or Register to comment.