Bassel Posted January 16, 2017 Share Posted January 16, 2017 (edited) 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 January 17, 2017 by Bassel (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 16, 2017 Share Posted January 16, 2017 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 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. 3 2 Link to comment Share on other sites More sharing options...
bynovita Posted January 17, 2017 Share Posted January 17, 2017 Good knowledge Link to comment Share on other sites More sharing options...
Bassel Posted January 17, 2017 Author Share Posted January 17, 2017 Many thanks vekia for this information I will try your method ... Best regards Link to comment Share on other sites More sharing options...
vekia Posted January 17, 2017 Share Posted January 17, 2017 in my opinion classic theme is not as flexible as default-bootstrap from 1.6 is, unfortunately. 1 Link to comment Share on other sites More sharing options...
Bassel Posted January 17, 2017 Author Share Posted January 17, 2017 You are right, it is not flexible at all I would prefer the classic template of 1.6 ... much more optimised. Thanks dear Link to comment Share on other sites More sharing options...
Andrej Stas Posted January 23, 2017 Share Posted January 23, 2017 I just replied to a similar question here in more details: https://www.prestashop.com/forums/topic/589640-e-shop-logo-is-too-small/?do=findComment&comment=2494200 Link to comment Share on other sites More sharing options...
Bassel Posted January 24, 2017 Author Share Posted January 24, 2017 (edited) 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 Thanks in advance Edited January 24, 2017 by Bassel (see edit history) Link to comment Share on other sites More sharing options...
Takis Kamp Posted March 13, 2018 Share Posted March 13, 2018 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.4 Link to comment Share on other sites More sharing options...
jstillings1 Posted October 7, 2018 Share Posted October 7, 2018 (edited) 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 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 October 7, 2018 by jstillings1 (see edit history) Link to comment Share on other sites More sharing options...
jstillings1 Posted October 8, 2018 Share Posted October 8, 2018 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.4 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 More sharing options...
marcopolo11 Posted March 21, 2021 Share Posted March 21, 2021 Apologies for reviving this old thread, I could not fix this issue on my site, the logo is too small and is left aligned and definitely does not look good as mobile site. Which file I need to make corrections on? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now