Template Deals Plazza standard width
- Posted by dimitrakopoulos (9) Offline
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
Thanks
The topic has been marked as resolved.
- Posted by erwinschro (1034) Offline
Hello
Yes that possible by editing this file /templates/deals_plazza/css/template.css.php edit on these lines
simply comment out all call to css files beside 960.min.css
let us know if that works for you.
11 years 1 month ago #2
by erwinschro
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.
The topic has been marked as resolved.
- Posted by dimitrakopoulos (9) Offline
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.
- Posted by andy (759) Offline
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
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).
The topic has been marked as resolved.
- Posted by dimitrakopoulos (9) Offline
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
Thanks again!
The topic has been marked as resolved.
- Posted by andy (759) Offline
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
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.
The topic has been marked as resolved.