funkywhippet Posted November 15, 2013 Share Posted November 15, 2013 Hello, We have started our site - which at the moment is at http://pop-up-gallery.co.uk/presta/index.php using Prestashop 1.5.6.0 . We're very grateful for the forums and are managing to solve issues as we go. After putting a bigger logo in our shop- we now can't find an answer to how to move the menu bar down so we can see it!! We would like to be pointed in the direction of how we can move this down please . And also how to delete the search box - which will be hidden behind the logo anyway. Thanks in advance. Jim Link to comment Share on other sites More sharing options...
Paulito Posted November 15, 2013 Share Posted November 15, 2013 Good morning I suppose you could use .sf-menu { float: left; margin-bottom: 1em; margin-top: 70px } http://screencast.com/t/rMir7X61T4Vr Paul Link to comment Share on other sites More sharing options...
funkywhippet Posted November 15, 2013 Author Share Posted November 15, 2013 is this bit of code in global.css ? in the theme folder ? thanks for the response though - looks like just what we need! Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted November 15, 2013 Share Posted November 15, 2013 In regards to the search module -- simply disable it in the BO (see Modules > Modules). Marty Shue Link to comment Share on other sites More sharing options...
funkywhippet Posted November 15, 2013 Author Share Posted November 15, 2013 PS Thanks though Paul - it's nice to know it can be done - I just need simple steps I'm afraid ! Jim Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted November 15, 2013 Share Posted November 15, 2013 Additionally, the style sheet Paulito referenced is in /modules/blocktopmenu/css/superfish-modified.css. Marty Shue Link to comment Share on other sites More sharing options...
funkywhippet Posted November 15, 2013 Author Share Posted November 15, 2013 thanks Marty - for some reason once I found it was called "quick search box" that worked great! Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted November 15, 2013 Share Posted November 15, 2013 thanks Marty - for some reason once I found it was called "quick search box" that worked great! Yep, that is the technical name of the module Marty Shue Link to comment Share on other sites More sharing options...
Paulito Posted November 15, 2013 Share Posted November 15, 2013 Good morning I believe it is around line 70 Paul Link to comment Share on other sites More sharing options...
funkywhippet Posted November 15, 2013 Author Share Posted November 15, 2013 I've now found the.css file but I'm not exactly sure what to do with .sf-menu { float: left; margin-bottom: 1em; margin-top: 70px } Do I just add it? Do I need to delete or change anything? I'm sorry for being so ignorant and really,really grateful for the help. Link to comment Share on other sites More sharing options...
Paulito Posted November 15, 2013 Share Posted November 15, 2013 Just add the code highlighted in red below margin-bottom: 1em; .sf-menu { float: left; margin-bottom: 1em; margin-top:70px; just tried it in chrome and it works Paul Link to comment Share on other sites More sharing options...
funkywhippet Posted November 15, 2013 Author Share Posted November 15, 2013 thanks for the help - thanks to you guys it's sorted. But somewhere down the line the Homeslider seems to have broken though!! any advice gratefully received! Link to comment Share on other sites More sharing options...
Recommended Posts