How to Move Sidebar to the very Right

Hi,

I need some help moving the Sidebar Widget to the very right. As you can see in the screenshot there is plenty of white space on the very right, which is where I’d like to move the sidebar. I’m not trying to make it smaller. I’m trying to shift it to the very edge of the right screen.

Thank you!

Hi @samchoi,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


#page .container {
    width: 1300px;
    max-width: 100%;
}

Best Regards,
Movin