Jump to content

topblockmenu moving right side


k_aviv

Recommended Posts

Open yourtheme/css/modules/blocktopmenu/css/superfish-modified.css and find:

.sf-menu > li {

    border-right: 1px solid #D6D4D4;
    float: left;
    margin-bottom: -3px;
}

change to:

.sf-menu > li {

    border-right: 1px solid #D6D4D4;
    float: right;

    margin-bottom: -3px;
}
Link to comment
Share on other sites

all disabled

 

but the code is not exact like dioniz say .

thats what i find

 

version 1.6.0.6

 

.sf-menu > li {
  float: left;
  border-right: 1px solid #d6d4d4;
  margin-bottom: -3px; }
  @media (max-width: 767px) {
    .sf-menu > li {
      float: none;
      position: relative;
      border-right: none; }
      .sf-menu > li span {

Link to comment
Share on other sites

×
×
  • Create New...