Forums
Home / Theme: SEOPress / Want to increase the width
(@chetanwani)
8 years, 6 months ago
How i can increase the width of page
(@ewptheme)
you can add custom css to increase default width:
————————————
@media (min-width: 1200px) { .container { width: 1170px; } }
Here 1170px is default width, you can change it as per your requirement.
Thanks