BuddyDev

Search

[Resolved] Mediapress – Adding new gallery

  • Participant
    Level: Master
    Posts: 413
    Venutius on #838

    The text size for the gallery name is so small it can’t be read on my system, is this a theme issue or something with Mediapress?

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #839

    It is inherited from theme. Which theme are you using?

  • Participant
    Level: Master
    Posts: 413
    Venutius on #842

    Graphene

  • Participant
    Level: Master
    Posts: 413
    Venutius on #876

    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.

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #885

    Hi george,
    Can you pleas post a screenshot for the description. Is it showing the whole or just partial?

  • Participant
    Level: Master
    Posts: 413
    Venutius on #904
  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #906

    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.

  • Participant
    Level: Master
    Posts: 413
    Venutius on #917

    Unfortunately I don’t know how to do that.

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #925

    Hi George,
    If I provide css, will it be feasible for you to add to your theme’s css file?

  • Participant
    Level: Master
    Posts: 413
    Venutius on #926

    Yes, the theme has a section for adding custom CSS

You must be logged in to reply to this topic.

This topic is: resolved