Hello there,
I can’t see your actual homepage by visiting the link you shared, as it was being in maintenance mode. Does it exactly look like our homepage demo?
http://demo.athemes.com/cali/
Regards,
Kharis
I have the sidebar on my homepage. Customize it through Index/archives option show sidebar on blog index/home page and this totally works for me and it is like on your demo theme. I would like to remove it from other pages selected other, exactly like on your demo (when you click Fashion on your demo there is no sidebar only miniatures of post).
Hello there,
Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
body:not(.home) #secondary.widget-area {
display: none;
}
@media only screen and (min-width: 992px) {
#primary.content-area.col-md-8 {
width: 100%;
}
}
Regards,
Kharis
Hello,
worked but now I do not have the sidebar on my homepage. I would have the sidebar on my homepage, only for other pages no.
Hello there,
Please replace this line:
#primary.content-area.col-md-8 {
with:
body:not(.home) #primary.content-area.col-md-8 {
I am sorry for the mistake.
Regards,
Kharis
Works perfectly now. Thank you! 🙂