cnpark70 Posted May 26, 2015 Share Posted May 26, 2015 I am using Prestashop version 1.6.0.14 and default-bootstrap theme. I am trying to move up menu bar so my logo image and menu bar are positioned next to each other on the same horizontal line. Thank you in advance for your help. My site address is www.kocamoca.com Link to comment Share on other sites More sharing options...
electriz Posted May 27, 2015 Share Posted May 27, 2015 (edited) Play with the margin-top attribute. For example, add this code to the block top menu div. Path: /prestashop/themes/default-bootstrap/css/modules/blocktopmenu/css/blocktopmenu.css #block_top_menu { margin-top: -50px; } Edited May 27, 2015 by electriz (see edit history) Link to comment Share on other sites More sharing options...
cnpark70 Posted May 27, 2015 Author Share Posted May 27, 2015 Thank you Electriz, it worked out nice. Link to comment Share on other sites More sharing options...
cnpark70 Posted May 27, 2015 Author Share Posted May 27, 2015 I posted another issue related to font color changing on top horizontal menu. I was hoping maybe you can help me out with this one also. THank you in advance. I was able to change color of the font when it's at active state. Menus generated from Back office Catalog and added to top horizontal menu is changing font color when it's active state as I changed color in superfish-modified.css. But here is the problem I am having with any menu category link added within Top Horizontal module but not generated from backoffice Catalog. Any meny category link added within Top Horizontal Module is not changing color when it's active state like other menu category generated from back office Catalog. Please help someone. Thank you in advance for your help and guide. My site is www.kocamoca.com 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