Tagged: fullwidth homepage
I set “right sidebar” at LAYOUT settings, and then comment out ://do_action(‘newscard_sidebar’);”, then the homepage is set as “no side”, NOT “full width” at all. thanks.
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.
Hi, Master: I put the css in my child theme’s style sheet, and it WORKS! Thanks very much and have a great weekend! long
You are welcome anytime @longruibin