Jump to content

Logo Size in Prestashop 1.7


Bassel

Recommended Posts

Hello


I see that we can't control the size of the logo.... the proposed size is not optimal in my point of view.


in Prestashop 1.7, whatever the size I upload, the logo appear in one/same size in the front-office


Is there any solution for that !


 


Another point is that clicking on Menu; the extended menu will hide the logo


 


 


Thanks


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

the size of the logo depends on theme

in case of "classic" theme, its matter of its code.

 

logo is inside div with class col-md-2

GD9Yokv.png

 

 

to change its size its necessary to change col-md-2 to other bootstrap class for exmaple col-md-4

so it is necessary to alter template files (.tpl) of the theme.

  • Like 3
  • Thanks 2
Link to comment
Share on other sites

  • 1 year later...
  • 6 months later...
On 1/24/2017 at 8:11 AM, Bassel said:

Hello dears

 

 

 

I would like to move the search box (2) in order to align it with the logo and create a margin above the horizontal menu (1) as shown in the attached photo... any idea please

 

 

 

post-953079-0-07243700-1485275828_thumb.jpg

 

 

 

Thanks in advance

I solved this with the classic theme by css hacks. The search tool can be placed in nav2 then use this code to move it Just make sure you have it in a CSS hack media query like this

@media only screen
   and (min-device-width: 901px)
 	{ 
		CSS hacks go here for any NON mobile device These are your boat ancher monitor users 

	}
.search-widget {
 					display: inline-block;
 					position: absolute;
 					top: 50px;
 				}

 

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

On 3/13/2018 at 6:30 AM, Takis Kamp said:

Hello I have a problem with my site.  My logo i do not know why it's right.

Ηow can i make it go the logo to the left?

Prestashop 1.7.0.45aa7a7b533936_Screenshot2018-03-13at12_20_27...thumb.png.9fff18c0e628440f225b6cc2b917fee2.png5aa7a7fab44ca_Screenshot2018-03-13at12_20_12...thumb.png.ac9cc6c490fda92478e59a858bbefe26.png

Go into  design position and unhook the menu from nav(2) and place in nav(). The order on classic is Far left is Nav() top right is nav(1) and nav(2) is where your search bar is atm in pic. You can also put things in Nav full but be warned that takes CSS skills to move things.

Link to comment
Share on other sites

  • 2 years later...

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...