• Resolved mujungkim

    (@mujungkim)


    hi
    i want to customize lost/reset password page width 100%.
    now in my site,

    The widget width css of the page is as follows in current.

    I want to remove that width 50%.

    please tell me how..

    
    .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
        width:50%
    }
    
    @media (max-width: 1024px) {
        .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
            width: 100%;
        }
    }
    
    • This topic was modified 3 years, 6 months ago by Yui. Reason: formatting
    • This topic was modified 3 years, 6 months ago by James Huff.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘woocommerce reset password page width css’ is closed to new replies.