Archived topic
LearnPress Course Page Layout Alignment
3 replies · Started by Rika on August 1, 2021
Hi Support,
I would like to know if it will be possible to align the content area of the page in the link provided to the centre and make the purple heading full width as in the second example provided.
Thanks Rika
Hi there,
This should center the content:
body.lp_course-template-default .site-content {
justify-content: center;
}
The theme itself cannot control the heading or any content from LearnPress so you will need to check with the plugin's support team.
GP's container is already full width on the page:
https://www.screencast.com/t/BA5xaM5i6gU4
Hope this helps :)
Thanks for the solution Leo.
No problem :)