re JA Simpli too wide on 4k monitor. How do we set a maximum template width in Simpli as the content is too wide on large monitors? regards Bob
affableaardvark Hi Add this code in custom.css file in the template and set the width value as per needs.
@media(min-width:1600px) {.no-container {max-width:1500px;margin:0 auto;}}
The code will start working after 1600px wide screen.
Regards
Thank you Pankaj I tweaked your settings as below and it now looks much better. @media(min-width:1200px) {.no-container {max-width:1100px;margin:0 auto;}}
Best wishes Bob