Padding for Sensei Plugin

Hi there,

I would like to add padding to the left side of the page. We are using the Sensei plugin to generate the course.

https://highwayielts.com/Learn-About-IELTS/course/writing-course/

Kind regards,

Hi there,

You may try this CSS:

.single-course .entry-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

You could adjust the value of the max-width.

Here are some reference links related to the suggestions above:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.