Home › Support › Themes Forum › Full width
Tagged: Width fashion
Hi, I have my pages on full width template. However I would like to change the width (smaller) How can I change that. I’ve got the fashion theme.
Hi
Go to Appearance >> Theme Options >> Basic Settings >> Custom CSS >> here you can add the below code and adjust width in percentage.
.col-md-12{width:100%;}
Thank You