Support Forum
Support › Meta Box Columns › Column break color picker
Hi Rwilis,
I love your plugin its amazing and flexible. Yesterday I both Tabs and Columns extensions, I have 4 different colors options to choose from so I created 4 columns, looks great until I click on the color picker, because its within the inline div, it doesnt float, but looks really bad, please check the screenshot below. Turn around will be to set CSS to float the color picker DIV.. Can you please help here.. Thanks..
Hi.. can someone please help..
regards
Hi Maxell, I've just retested the color picker with Columns extension. In my test, the "picker" isn't resized like in your screenshot:
Can you please give me code for registering meta boxes to check it again? Also can you try with latest version of Meta Box and clear cache?
Thanks.
Thanks Anh, I am away but I will check it after 7-8 hours and will get back to you on this, but if I am not mistaken I have the latest version of Meta Box..
BTW - I was testing it in Firefox, I will let you know..
PS: Do you also work on custom projects ?..
regards
Great, I've just re-tested with Firefox and see the same result.
PS: Yes, I work on custom projects, but I'm full of work now. Maybe in the next 2 months 🙂
🙂 next 2 months.. lol.. Good..
Anyways, Thanks.. I will check and get back to you on this..
cheers
Hi Anh, I have download the latest version of metabox, but it remains the same, cleared cache, every possible things, but it remains the same.. its just a matter of CSS, can you please tell me where exactly you modified the code for color-picker so I can see what I can do myself..
regards
ok, I came up with a fix, edit color.css in meta-box main CSS, and add the following lines to fix it..
.rwmb-color-wrapper .iris-picker {
position: absolute;
background: #ffffff !important;
border: 1px solid #f8f8f8 !important;
box-shadow: 0 0 20px rgba(0,0,0,.3);
-moz-box-shadow:Â 0 0 20px rgba(0,0,0,.3);
-webkit-box-shadow:Â 0 0 20px rgba(0,0,0,.3);
z-index: 5;
cursor: ns-resize;
}
regards
Thank you for your solution. I'll check that again and add to new version of Meta Box.