Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • +
    height: 50px;
    line-height: 50px;

    in order to read the lesson text

    Hi again,
    Didn’t solved it, but made a little change that gives the top bar lesson just up to the lesson ( hidding the name on the lesson but as it is on the left menu, it’s ok fr me )
    In fact, I prefer like that : so that, you keep the theme look on the top of the page, not so bad.

    Here it is the lines I changed in my css

    #course-item-content-header,
    #course-item-content-footer {
    position: relative;
    top: 0; left: 0;
    …….

    if it can help …

    Hi
    Same for me, on safari only ( works fine on firefox, chroe , ie … ) : any theme I use, it does the same , no top bar for lessons ( when refreshing my page I can see it very quickly and then the page theme below appears and hide it)

    THis part of css doesn’t “work” on safari ( on mac, iphone, ipad etc )
    I tried to put ( line 4 ) “height: 120px” : I can see the 60px below the usual top bar .. so I guess this is the part that doesn’t work on safari.
    Even “height: 60px!important;’ doesn’ make anything

    #course-item-content-header,
    #course-item-content-footer {
    position: fixed;
    height: 60px;
    right: 0;
    line-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

    My english is not good ( I’m not native) , hope your understand what I mean

    But that problem, Learnpress is a fantastic plugin !!

Viewing 3 replies - 1 through 3 (of 3 total)