Hi @joxocafeco,
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: 768px){
.blog.home .page-1 article.post:first-child,
.blog.home .page-1 article.post:nth-child(2) {
width: 50% !important;
padding-right: 10px !important;
}
.blog.home .page-1 article.post:first-child .post-inner-content,
.blog.home .page-1 article.post:nth-child(2) .post-inner-content {
border-bottom: 0;
}
body.blog.home article.post:nth-child(odd) {
clear: left !important;
padding-right: 25px !important;
}
}
Best Regards,
Movin
Hello Movin,
Thanks for your help and your awesome theme.
I actually want to display one full with post and then start with the 2 columns ones. Is there a way to do this? (minus the sidebar of course)
Sorry for posting here, since is almost the same issue I thought it would be helpful to have it in one post, but let me know should I make another thread.
Thanks in advance,
Rafa
Hi Rafa,
As per the Forum Welcome,you should post your own topic and to help us keep support thread separates could you please create your own thread for your question here https://wordpress.org/support/theme/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.
Thanks,
Movin
@rtc You are most welcome 🙂