Tagged: gallery name, mediapress
It is inherited from theme. Which theme are you using?
I found a fix for this, what I did was install WPCustimize Pro (New plugin) and this allowed me to edit the padding that was above and below the text area, I took this down to 1px for both and that allowed the Title to display correctly.
There is still another problem in that the description is not a multi-line text area as originally designed but this is much less of an issue.
Hi george,
Can you pleas post a screenshot for the description. Is it showing the whole or just partial?The Screenshot is at – http://www.BrigantesNation.com/Content/MediapressNewGalleryDescription.png
Your theme has height property set on input fields causing this issue. Since we are using box-sizing:border-box; the field is not able to expand.
There are two solutions, you can set height:auto; for these fields or change the box-sizing: content-box; Both will do it but I recommend the first.
Hi George,
If I provide css, will it be feasible for you to add to your theme’s css file?
You must be logged in to reply to this topic.