• Hi Alex,
    Thanks for your Template Instorm.
    I was trying to create a LMS with Learnpress.
    But when I Place it, this has issues with the Template. The Plugin pages are shifted to Left due to the Below Code.
    .col-2cl .main-inner
    {
    padding-right: 340px;
    }
    .main-inner
    {
    display: flex;
    }

    Now when I remove these CSS, the Blog Home and other structure breaks.
    Can you Please Suggest me some way where I can Keep Learnpress Plugin to Load without loading the default template or without Breaking.
    or Any other solution you Feel right.
    — tohimadri

    • This topic was modified 3 years, 4 months ago by tohimadri.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Try adding this as additional css:

    
    body.col-2cl.learnpress-page .main-inner { padding-right: 0; }
    .lp-archive-courses { margin: 0 auto; }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Learnpress Plugin CSS Issue with Template’ is closed to new replies.