Jump to content

Recommended Posts

open module file:

superfish-modified.css line 33

change

.sf-menu li {
float: left;
position: relative;
border-right: 1px solid #777;
}

to:

.sf-menu li {
float: right;
position: relative;
border-right: 1px solid #777;
}

i changed float:left; to float:right;

Link to comment
Share on other sites

Thank you very much for your answer.

Two problems:

1. when moving home to the right, sub-menus are missed (they are opening to the right side instead of left side)

2. search must be moved to the left side.

 

 

Thank you very much,

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
×
×
  • Create New...