Changing the sidebar / content area proportion

Hi there,

How can I change the proportion of the sidebar/content-area?
What I need is my pages (Layout - sidebar left, content right) to have a smaller sidebar (in terms of width) and a larger content area.

Thanks,
Andrei

1 Like

Hi Andrei,

I could be done by the custom CSS.

Would you mind providing us with your website URL so we can take a closer look?

Thanks.

Hi there,

Thank you for providing the URL of the website. The link showed us that there is an alternative way other than CSS. You can go to Pro > Launch > Theme Options > Layout and Design and set the Content Width option to achieve the result you are after:

Thank you.

of course :slight_smile:
Thanks!

You’re welcome!

Could you also provide some CSS code for this issue? The Content Width option is not enough for me, it allows me to set a maximum of 74%, and I really need more on the content side. Thanks,

Hi There,

You can try with this CSS:

.x-main {
    width: 78%;
}
.x-sidebar {
    width: 20%;
}

Let us know how it goes!

1 Like

I am using XTheme having same issue when I adjust the setting NOTHING happens??

Hi @DevotedHunter

We will follow up on the thread I ask you to open.

Thanks

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