• Resolved cocotechman

    (@cocotechman)


    the css class for 2 of my fields are form-row-wide, but it shows up like this. i previously set each of these fields as form-row-first and form-row-last & now i’ve reverted them to form-row-wide but nothing seems to happen. i tried to reset settings, deactivate, even re-install the plugin & nothing seems to happen at all. please help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there!

    Could you please give us a link to your website? If so, I could test the appearance in your shop ??

    Thanks

    Thread Starter cocotechman

    (@cocotechman)

    this is the product archive. get some items in & try to check out.

    thanks

    Hello Cocotechman,

    There is a CSS rule at woo-multistep-checkout.min.css overwiting the class of the fields you want to be full-width:

    
    #checkout-wrapper form.checkout #billing_phone_field, #checkout-wrapper form.checkout #billing_email_field {
        width: 48%;
        clear: none;
    }
    
    • This reply was modified 5 years, 4 months ago by lusp.
    Thread Starter cocotechman

    (@cocotechman)

    Hi lukasz. I’ve found the file in my ftp & I’ve located that part of code. What I’ve attempted is:
    1. Commenting out that part
    2. Changing the number to 100
    3. Renaming the file
    4. Deleting that part
    & Nothing seems to happen.

    How do i fix this?
    Thanks

    The woo-multistep-checkout.min.css file is probably created dynamically by one of the minification/optimization plugins. You may try to use the !important CSS rule or to exclude this file from being minified.

    • This reply was modified 5 years, 3 months ago by lusp.
    • This reply was modified 5 years, 3 months ago by lusp.

    As we haven’t got any replies, I’m marking this topic as resolved for now.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘problem with css class’ is closed to new replies.