Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support amboutwe

    (@amboutwe)

    Can you please submit that to our GitHub repository for Yoast SEO? Thanks!

    If you have not submitted an issue previously, this guide will help you submit a complete report which may result in a faster resolution.

    Additionally, we highly recommend reporting conflicts to the developer of the conflicting theme as they may have additional information vital to providing a resolution.

    Thread Starter chameleonsdream

    (@chameleonsdream)

    Thanks for your quick response. I dug in a little deeper and found that the issue is specific to the admin-style.css provided with this theme. Removing the css sheet resolved the issue without any other seeming ill effects. I did notify the theme developer in case they want to resolve the conflict in a new release (though it hasn’t been updated in over a year, so..).

    I uploaded the offending stylesheet at https://wootownwoman.com/style-admin.css just in case you’d like to figure out what it did that broke the meta box, but didn’t submit to the Github repository since it’s a conflict with a specific theme. I’ll leave this open until morning in case you’d like to add anything (or really do want it submitted). If not, I’ll mark it resolved and be done with it.

    Plugin Support amboutwe

    (@amboutwe)

    A quick glance looks like it would need to be fixed at the theme level. If you would like to fix the stylesheet, start by removing these lines: 20, 92, 107

    Nearby Lines 19-24

    .content {
      margin-top: 12px;
      padding: 12px 24px 24px;
      border: solid 1px #e5e5e5;
      background: white;
    }

    Nearby Lines 91-94

    .content {
        width: 39%;
        float: left;
      }

    Nearby Lines 106-108

    .content {
        width: 27%;
      }

    Thread Starter chameleonsdream

    (@chameleonsdream)

    Thanks again! That’s pretty much exactly where I figured the problem lay. Passing this on to the theme developer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Posts page meta box truncated in Engross theme’ is closed to new replies.