Hi
great work in this theme!
how change width in all page?, i try to change, but always is 1000px.
where change? media.css?, where?
thanks
Hi
great work in this theme!
how change width in all page?, i try to change, but always is 1000px.
where change? media.css?, where?
thanks
Comments
Comment #2
saurabh.dhariwal commentedYou can change style sheet from (i.e.sites/all/themes/responsive_green/css/style.css) path for your purpose.
Do changes into the following lines.
1.line 328 max-width:1000px;
2.line 385 max-width:1000px;
3.line 560 max-width:1000px;
4.line 1582 max-width:1000px;
Feel free to contact me incase of any query/concern for the same.
Thanks!
Comment #3
mnovoa commentedthanks!!
Comment #4
saurabh.dhariwal commentedMy pleasure! Feel free to ping me anytime for any relative work of Drupal. Happy to help always :)
Comment #5
Anks commented