Jump to content

v1.6.0.5 - How to reduce the basic sizes of the site ?


Recommended Posts

Hello ,

 

I have a problem with default theme on v1.6.0.5 ( Bootstrap )

Everything is too big to me so i have reduce quite everything (bloc , module, font, line height, …).

To me, for exemple, prestashop forum size is really perfect.

 

I did it for the some blocs and font sizes in several modules but…

i have to reduce the basic size (large) of the theme.

and, for exemple, also to reduce le line height in each module of the colmn

 

I would like to do for the basic file so module like 'topmenu bar' will follow the value, is it possible ??

and for the modules, that it applies to all modules, of course :-)

 

It must be simple but…  i don't know in wich folder i will find the right files to modify

 

Someone to help me ??

 

Thank you

Pascual

Link to comment
Share on other sites

to reduce size of page container change width and max-width values for .container in media queries

 

for example:

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } 

to:

@media (min-width: 980px) {
  .container {
    max-width: 980px; }

Link to comment
Share on other sites

Hello Vekia

 

But  in wich media queries ??  

I am looking for the global size of the site and the global blocs in columns

Do i have to change each time that i read this type of lines ???

 

And thank you so much  again and again…  

I have to work now :-)

 

I will tell you as soon as the website is online

Pascual

 

I found the global.css in default theme   and i think it works but i just changed once…  is it ok ???

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...