Home › Forums › Iconic One Pro Support › shrinking overall site width – all templates › Reply To: shrinking overall site width – all templates
September 7, 2013 at 4:46 am #601
Themonic-Support
Keymaster
Iconic One Pro is 100% responsive which means it is very easy to change the width. It’s safe too.
Paste the following code in custom.css to lock max width at 900px.
.site {
max-width: 900px;
}
it is line 1758 of style.css if you wish to modify it directly.