badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How to set homepage(index.php) full width but keeps other page/posts's sidebar

#59635

Hi Longruibin,

Thank you for the review and 5 star rating.

To set homepage to full width just go to Appearance > Customize > Additional CSS and paste below custom CSS code:

.home:not(.page-template-front-page-template) .site-content .content-area {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.home:not(.page-template-front-page-template) .site-content .widget-area {
    display: none;
}

Thank you for using our theme.