When customizing your theme at BindTuning, one of your selections was the base width of the theme for desktop devices.
You can change this value by proceeding as follows:
- Edit your theme's .css file (location depends on the platform for which you downloaded the theme)
- Paste the following code at the bottom of the file:
@media (min-width: 1200px) {
.container { width: 95% !important; }
}
.IE7 .container,
.IE8 .container { width:95% !important; }
Note: Make sure to keep track of any manual changes you make to the theme. In case you request an update at Bind Tuning (for example if a fix is released) those changes will be overwritten.
Comments