Hello!
Is there a way for me to use a full layout for my front page but have the right side bar for individual pages?
Please check it out at TheLittleBinger.com. It is currently using a right sidebar on ALL pages.
Cheers!
Hello!
Is there a way for me to use a full layout for my front page but have the right side bar for individual pages?
Please check it out at TheLittleBinger.com. It is currently using a right sidebar on ALL pages.
Cheers!
Hi @thelittlebinger,
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
body.home #secondary {
display: none;
}
body.home .main-content-inner.col-sm-12 {
width: 100%;
}
Best Regards,
Movin
Perfect! It worked! Thanks, man!
You are most welcome here