Site logo

Archived topic

Woothemes Sensei Display

3 replies · Started by Nick on April 11, 2016

Viewing posts 1–4 of 4

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

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 :)

You could try something like this:

.single-lesson .site-main > * {
    background: #FFF;
    padding: 40px;
    margin-bottom: 0;
}
This archived topic is closed to new replies.