Jump to content

[solved] Problems with template after upgrade to 1.5.4.1


Recommended Posts

now i can see changes :-)

 

it's because your logo is bigger that default.

 

change the top:30px; for the logo, for example: top:0px;

 

you need also to move menu down a bit,

 

open file: /modules/blocktopmenu/css/superfish-modified.css

 

change the :

.sf-menu {
margin: 10px 0;

 

to:

 

.sf-menu {
margin: 30px 0;

Link to comment
Share on other sites

hmm i don't understand now :P

 

i said that you have to move top horizontal menu down by using this method:

 

open file: /modules/blocktopmenu/css/superfish-modified.css

 

change the :

 

.sf-menu {

margin: 10px 0;

 

to:

 

 

.sf-menu {

margin: 30px 0;

Link to comment
Share on other sites

×
×
  • Create New...