How to make this full width?

Hello there, is there any ways to make this full width?

Hello Saswata,

Thanks for writing in! You can make it fullwidth by adjusting the site width in Pro > Theme Options > Layouts and Design > Site Width. Making it 100% should resolve your issue.

Please let us know if this works out for you.

Hello, @ruenel kinda did, but the sidebar category clouds are out of my screen if I make that 100%, is there any way to smaller the category clouds in the sidebar.

Hi Saswata,

When I check, your sidebar is hidden on smaller screen because of the following custom CSS:

@media (max-width: 767px){
.x-sidebar {
    display: none !important;
}
}

Adjusting those setting suggested by Ruenel should not result to hiding your sidebar. Please remove those custom CSS. Find it in Theme Options > GLobal CSS. If in case I misunderstand your issue, please give us more details or share the exact link. Thank you.

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