Tagged: container, Front page, reduce, width
Hi there,
I want to customize front page layout width be smaller than the default one and not effect to the post page .
Thanks,
Hi @ravy-ht,
Login to your dashboard and go to Appearance > Customize > additional CSS and paste the below custom CSS code to reduce the width on font page layout.
.page-template-front-page-template .container { max-width: 1340px; }
Thank you!