Jump to content

How to remove this column from the PS Menu 1.6.0.8?


Recommended Posts

you have to edit file: /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

 

there is a code like:
 

.sf-menu {
position: relative;
padding: 0;
width: 100%;
border-bottom: 3px solid #e9e9e9;
background: #f6f6f6;
}

change it to:

.sf-menu {
position: relative;
padding: 0;
width: auto;
display: inline-block;
border-bottom: 3px solid #e9e9e9;
background: #f6f6f6;
}
Link to comment
Share on other sites

 

you have to edit file: /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

 

there is a code like:

 

.sf-menu {
position: relative;
padding: 0;
width: 100%;
border-bottom: 3px solid #e9e9e9;
background: #f6f6f6;
}

change it to:

.sf-menu {
position: relative;
padding: 0;
width: auto;
display: inline-block;
border-bottom: 3px solid #e9e9e9;
background: #f6f6f6;
}
Vekia, 
 
You are 10, thanks for the help, it was exactly what I wanted to know, though not maintain alignment, only removed what happened. 
 
To maintain the same size that I do? Just remove the last column.
 
Marcilio Farias
Link to comment
Share on other sites

×
×
  • Create New...