• Resolved ?? Yulinn

    (@liyulin)


    unlimited-elements-for-elementor/css/unitecreator_styles.css
    556 rows

    .uc-has-cats .uc-attr-table-wrapper{
    	width:calc(100% - 150px;);
    	xbackground-color:red;
    }
    

    The correct way to write is width:calc(100% - 150px);
    The background color can be deleted

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Unlimited Elements

    (@unitecms)

    Hi, thanks. Will change for next version.

    Thread Starter ?? Yulinn

    (@liyulin)

    unlimited-elements-for-elementor/css/admin.css
    945 rows

    
    .unite-inputs input[type='checkbox'] {
        margin: 0px;
        -webkit-appearance: checkbox !important;
    }

    The checkbox does not look good. It is recommended to use media-slider

    
    .unite-inputs input[type='checkbox'] {
        margin: 0px;
        -webkit-appearance: media-slider !important;
    }
    Thread Starter ?? Yulinn

    (@liyulin)

    unlimited-elements-for-elementor/css/admin.css
    974 rows

    .unite-inputs select {
        padding: 2px;
        width: auto;
    }

    Padding should be removed

    Thread Starter ?? Yulinn

    (@liyulin)

    unlimited-elements-for-elementor/css/admin.css
    408 rows

    
    .unite_table_items * {
        box-sizing: content-box;
    }

    box-sizing: content-box;should be removed,This line of CSS will make the radio button look abnormal

    Plugin Author Unlimited Elements

    (@unitecms)

    Hi. Please show visually where is the problems and we will fix all the issues.

    Thread Starter ?? Yulinn

    (@liyulin)

    @unitecms Hello, I wrote it in a document. Can you visit this link?
    https://www.yuque.com/docs/share/d8fb9eec-6553-432f-8777-3bfed84e71f0?# 《CSS issues》

    Plugin Author Unlimited Elements

    (@unitecms)

    All right. Will handle those issues for the next version release. Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘CSS issues’ is closed to new replies.