Add space between main content area and sidebar

I need to add space between main content area and sidebar on all pages/posts

Hi @amarafranklin,

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

@media (min-width: 992px){
     .container {
    max-width: 1190px;
}
div#secondary {
    width: 30%;
    float: right;
}
.main-content-inner.col-md-8 {
    width: 65%;
}
}

Best Regards,
Movin

Hello,
I’ve used this code as well and it’s working perfectly. However, it’s applying to the front page as well so it is disturbing the following code I use to display a third column on my front page :
@media (min-width: 768px) {
.blog.home #page .page-1 article {
width: 30%;
clear: none;
padding-right: 0 !important;
padding-left: 0 !important;
}
Would you help me with that ?
Thank yo very much !
Celine

@Celine This is old topic so to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/activello/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.