rohitsh511 Posted March 18, 2014 Share Posted March 18, 2014 (edited) Hi 1.Can any one tell me how can i make my site auto adjustable according to screen size currently i am using default theme , it leaves gaps on both side how can i make it auto adjustable 2. Also how can i change font of my website character r small in my website please check the image or visit the portal www.iamobile.in if you visit this link please tell me what improvements can be done your suggestions are welcome thanks in advance for any help Edited March 18, 2014 by rohitsh511 (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted March 18, 2014 Share Posted March 18, 2014 Hello I do not understand where you want to change the font from the image You can do this globally around line 53 of global.css I was going to give a screenshot of your site but you now have it in maintenance mode Paul Link to comment Share on other sites More sharing options...
rohitsh511 Posted March 18, 2014 Author Share Posted March 18, 2014 thanks paul i want to change font of menu bar and you can visit my site now its online now Link to comment Share on other sites More sharing options...
rohitsh511 Posted March 18, 2014 Author Share Posted March 18, 2014 Hello I do not understand where you want to change the font from the image You can do this globally around line 53 of global.css I was going to give a screenshot of your site but you now have it in maintenance mode Paul There is gap on both side that i have red marked in the image i do not want that gap plus my website is online now please visit again thanks paul Link to comment Share on other sites More sharing options...
Paulito Posted March 18, 2014 Share Posted March 18, 2014 Hello Font size: public_html/Your Shop/modules/blocktopmenu/css/superfish-modified.css Around Line 37 .sf-menu a { display: block; position: relative; color:#fff; text-shadow:0 1px 0 #333; font-size: 20px; (Add this line - Change px to whatever you require) } Result http://screencast.com/t/87ASjE6w Paul Link to comment Share on other sites More sharing options...
rohitsh511 Posted March 18, 2014 Author Share Posted March 18, 2014 Hello Font size: public_html/Your Shop/modules/blocktopmenu/css/superfish-modified.css Around Line 37 .sf-menu a { display: block; position: relative; color:#fff; text-shadow:0 1px 0 #333; font-size: 20px; (Add this line - Change px to whatever you require) } Result http://screencast.com/t/87ASjE6w Paul thanks paul and what can be done about the window size Link to comment Share on other sites More sharing options...
vekia Posted March 21, 2014 Share Posted March 21, 2014 1.Can any one tell me how can i make my site auto adjustable according to screen size currently i am using default theme , it leaves gaps on both side you have to modify whole template coding, in css files, for example in grid_prestashop.css you've got there definition of width for each grid param, you can change width from pixels to percentages 980px = 100% Link to comment Share on other sites More sharing options...
Dragonheart Posted October 28, 2016 Share Posted October 28, 2016 I would like to change the font size not of the top menu but of the left side menu in the homepage (and anywhere else.. Product page too). Advice appreciated. LA Link to comment Share on other sites More sharing options...
Recommended Posts