Width of the post and sidebar

Hello.
I really like this theme but I would like to change the width of the posts and the right sidebar. I tried to show what exactly I want - on the attached picture. Is that possible? I would like to have a bit wider posts space. Also, I would like to move the sidebar a bit more into the right direction.
Thanks for your help!

Hi @addforthesun,

I hope you are having an awesome day and thanks for contacting us regarding your query.

This can be done with the help of some Custom CSS. Kindly provide me with a link to a page with this so that I may be able to write up some CSS that should work for your setup.

Looking forward to your reply :slight_smile:

Best Regards,
Support

Great! Hope you’re having a good day too!
This is the link : http://addforthesun.com/
Thank you so much for helping me! :slight_smile:

Hi there,
Thanks for keeping in touch with us.

Kindly add and save the following code to Appearance > Customize > Additional CSS:

@media (min-width: 992px){
#secondary {
    width: 25%!important;
    float: right!Important;
}}

@media (min-width: 992px){
#primary {
    width: 115%!important;
    float: left!Important;
}}

I hope this helps :slight_smile:

Best Regards,
Support