Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David Gregory 89 posts 235 karma points
    Oct 11, 2017 @ 16:41
    David Gregory
    0

    Something covering Textstring property in Nested Content

    Hi

    I have a nested content property that contains a textstring for a title and a grid editor. Problem is, the textstring property is half covered by a white box.

    Umbraco 7.7.2, happens in all browsers. Any ideas? enter image description here

  • Kevin Jump 2348 posts 14896 karma points MVP 8x c-trib
    Oct 12, 2017 @ 08:55
    Kevin Jump
    102

    Hi

    This is the grid re-order bar styles - that have a margin -30px; on them.

    the fix is to put the following somewhere so the styles are fixed.

    .nested-content__content .umb-editor-sub-header {
        margin-top: 0px;
    }
    

    if you are using the nested content package you could add this to the bottom of the stylesheet in app_plugins/nestedcontent/css/nestedcontent.css

    if you are on 7.7 i think this is in the core somewhere and might be a bit harder to fix.

    i think i will submit a PR to both projects to fix this.

    Update:

  • David Gregory 89 posts 235 karma points
    Oct 12, 2017 @ 16:00
    David Gregory
    0

    Nice one, thanks.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies