Screen capture links:
Screencap of the edit photo page:
http://www.jamespinkston.com/scap01.PNGScreencap of the bulk edit page:
http://www.jamespinkston.com/scap02.PNGThank you James. One last question, so It is the Edit Single Media page that is the problem here?
Thank you. Please give me 15 minutes to post the css.
Hi James,
First of all thank you for your patience. It was a mistake on my part. I always checked it on the Bulk Edit page instead of the single media page and that’s why I was never able to find it. After your screenshot today(In your earlier screen shot on mail I missed that it was a single media), I realized it.It is an issue in MediaPress and I have added a fix for it which will be available soon.
For now, Please put this in your css file
@media screen and ( max-width: 980px ) { #mpp-media-edit-form [class*="mpp-u"] { width: 100%; display: block; float: none; } }
That will fix it for all screens.
Thank you
BrajeshYou can put it in your theme’s css for now. In future, It will come with MediaPress.
You must be logged in to reply to this topic.