Reply To: shrinking overall site width – all templates

Home Forums Iconic One Pro Support shrinking overall site width – all templates Reply To: shrinking overall site width – all templates

#601

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.