Columns break color picker

Support MB Columns Columns break color picker

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2864
    CampMediaCampMedia
    Participant

    I'm getting the same results in Latest Chrome and using MB Columns.

    My color picker intensity bar drops down. the fix is giving the colorpicker holder a min-with:255px;

    Adding/replacing this in your color.css file within the main metabox plugin folder:

    .rwmb-color-wrapper .wp-picker-holder {
    	position: absolute;
    	z-index: 9;
    	min-width:255px;	
    }
    #2875
    Anh TranAnh Tran
    Keymaster

    Thank you very much for the fix. It's added to the plugin here: https://github.com/rilwis/meta-box/commit/fdcbb4ffa7f50182e51c060de54b96d540593b48

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Columns break color picker’ is closed to new replies.