Template Deals Plazza standard width

Hello, i install the template Deals Plazza, all its ok, but i want to have a standard width 942px in all resolutions, is it possible?

Thanks
11 years 1 month ago #1 by dimitrakopoulos
The topic has been marked as resolved.
Hello

Yes that possible by editing this file /templates/deals_plazza/css/template.css.php edit on these lines
require('2520.min.css');
require('1920.min.css');
require('1560.min.css');
require('1200.min.css');
require('960.min.css');
require('720.min.css');
require('mobile.min.css');

simply comment out all call to css files beside 960.min.css
//require('2520.min.css');
//require('1920.min.css');
//require('1560.min.css');
//require('1200.min.css');
require('960.min.css');
//require('720.min.css');
//require('mobile.min.css');

let us know if that works for you.
11 years 1 month ago #2 by erwinschro
The topic has been marked as resolved.
No the problem not resolved! please sent me an email to sent you live demo.
11 years 1 month ago #3 by dimitrakopoulos
The topic has been marked as resolved.
Hi dimitri,
After you have commented out all lines erwin mentioned above, please overrwite the 960.min.css file (under css folder) with the file attached below (it's zipped, please extract first).
11 years 1 month ago #4 by andy
The topic has been marked as resolved.
Ok it works now, thanks, but finally i want 1000px width to all resolutions, how i edit the css?
Thanks again!
11 years 1 month ago #5 by dimitrakopoulos
The topic has been marked as resolved.
Hi dimitri,
I have to say that it will need a lot of work to be done, because you need to edit all of width values defined inside the 960.min.css file and it's not gonna be easy because it will need some math calculations to calculate the width.
11 years 1 month ago #6 by andy
The topic has been marked as resolved.
Powered by Kunena Forum