Make content container wider

Hey all. I was wondering if there was a way to make the content container wider?

As you can see on the page its the default layout w/ sidebar. I would like the left content side to take up a bit more space than it does now. Thanks in advance!

Hi There,

Thanks for writing in!

Please add this CSS to your theme option -> CSS and let us know if that works.

.x-main {
width: 75% !important;
}
.x-main .entry-wrap {
padding: 20px !important;
}

Hope this helps!

1 Like

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