• Resolved tb24

    (@tb24)


    Hi!

    I have loaded lifterlms into an existing wordpress theme (charvi) and the course catalog page is showing the course pushed up against the lhs.

    I can’t seem to figure out how to get some padding in there.

    Any suggestions or recommendations would be greatly appreciated.

    Thanks!! Tracy

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nadia Akther

    (@nadiaakther)

    Hi @tb24,

    I hope you are doing well. You can solve this problem with CSS. Kindly follow the below CSS code for padding. I hope it will be helpful for you.

    
    .llms-loop-list {
        
        padding-left: 150px;
    }
    

    For adding this CSS code, please navigate to Dashboard > Appearance > Customization > Additional CSS >”provided CSS code”(You can change 150px as per your requirements) > Publish.

    Thank You

    • This reply was modified 2 years, 7 months ago by Nadia Akther.
    Thread Starter tb24

    (@tb24)

    Thank-you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Liferlms – how to add padding to course catalog’ is closed to new replies.