Prestashop 1.6 - top menu height, image button

Avatar
  • Answered
Hello, I would like to know how to change the height of the top menu in Prestashop 1.6, as well as how to add a link to top menu with image (home icon for homepage).
Avatar
JeffMa
As this heavily relies on your template, what template are you using?
Avatar
ablab.
Thanks to JeffMa I was able to change the height of top menu as i wanted. For those who would like to acomplish that:
Before: http://oi61.tinypic.com/2119u76.jpg
After: http://oi59.tinypic.com/30jp44w.jpg

It is the file: themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css
line 65: padding: 10px 20px;
changing the first value would do the trick ;)
Avatar
ablab.
@zhangjudy9

what you need to do is change lines 62 and 65 in file /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

so that after changes it looks like this:
http://oi62.tinypic.com/nz2hvp.jpg