Jump to content

want to increase the display window and font size of default theme


Recommended Posts

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

post-763997-0-79998700-1395165305_thumb.jpg

Edited by rohitsh511 (see edit history)
Link to comment
Share on other sites

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

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

 

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
 
 
Paul

 

thanks paul 

 

and what can be done about the window size 

Link to comment
Share on other sites

 

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

  • 2 years later...
×
×
  • Create New...