Hey @jmh2u2,
It looks like our archive page structure isn’t playing nice with your theme. I can likely provide a fix for it fairly quickly. We try to maintain compatibility with as many themes as possible, sometimes we miss the mark like we did on this one.
Would you please let us know what the name of your theme is and where you can download it?
If it’s a premium theme would you please submit a feature request for theme compatibility at https://lifterlms.com/contact.
Thanks,
Thread Starter
jmh2u2
(@jmh2u2)
I’m using Zarif lite. This is their free version.
Hey jmh2u2,
I downloaded your theme and recreated the problem that you are having.
Problem is the way that your theme handles header and for now best solution that I can offer is to add this css to your style.css:
.post-type-archive-course main.content.llms-content {
padding-top: 80px;
}
Thread Starter
jmh2u2
(@jmh2u2)
Is there a specific place you added it to the style.css?
I have tried this and it has not changed anything.
Your style.css is cached, if you open this: http://teamtca.com/wp-content/themes/zerif-lite/style.css?ver=v1
You will see that you don’t have code posted above within it.
Try clearing cache by pressing Crtl + Shift + R.
Thread Starter
jmh2u2
(@jmh2u2)
Thread Starter
jmh2u2
(@jmh2u2)
would adding something like:
.post-type-archive-course outline.content.llms-content {
padding-top: 80px;
}
For that one you need to target .post-type-archive-llms_membership so it would go something like this:
.post-type-archive-llms_membership main.content.llms-content {
padding-top: 80px;
}
@jmh2u2,
I’m going to mark this thread as resolved as we haven’t had any activity in over a week.
Please open a new thread or reopen this one if you have further questions.
Take care,