Woothemes Sensei Display

Home Forums Support Woothemes Sensei Display

Home Forums Support Woothemes Sensei Display

  • This topic has 3 replies, 2 voices, and was last updated 8 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #185870
    Nick

    Heya,

    Really loving the Theme and premium plugin, but I’m running into a small display issue with Woo’s Sensei plugin..

    I created a child theme and added the php provided in another thread: https://gist.github.com/generatepress/d34e913acad534ffaa16

    And while it mostly works (without it it looks terrible, lol), it seems that the Sensei content is not inside a content container (like with blogposts and page content, etc.) – which makes it look messy.

    Right now it looks like the Sensei lesson content, is injected right into the page/background instead of a content container, if that makes any sense? πŸ™‚

    Here is a screenshot of what it looks like:
    https://www.evernote.com/l/AGIWF7FpgfpFKLNiOt7npxp4v0glEguZspE

    Is there a way to resolve this?

    Cheers,
    Nick

    • This topic was modified 8 years ago by Nick.
    #185932
    Tom
    Lead Developer
    Lead Developer

    Hi Nick,

    Any chance you can link me to the page? We might just have to apply the background color to the sensei container class πŸ™‚

    #185974
    Nick

    Hi Tom,

    Sure, here is a link to my demo install: http://academo.klantpasta.nl/les/lesson-1/ (this site isn’t running the premium addon atm though, but that’s the only difference..)

    Thanks!
    Nick

    #186009
    Tom
    Lead Developer
    Lead Developer

    You could try something like this:

    .single-lesson .site-main > * {
        background: #FFF;
        padding: 40px;
        margin-bottom: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.