intermediadorpopular Posted July 15, 2014 Share Posted July 15, 2014 How to remove this column from the PS Menu 1.6.0.8? Link to comment Share on other sites More sharing options...
vekia Posted July 15, 2014 Share Posted July 15, 2014 helo you mean that you want to remove "empty" space from top menu? Link to comment Share on other sites More sharing options...
intermediadorpopular Posted July 15, 2014 Author Share Posted July 15, 2014 (edited) helo Quer dizer que você deseja remover espaço "vazio" no menu superior? That's right, do it where, which file to edit? Edited July 15, 2014 by intermediadorpopular (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 15, 2014 Share Posted July 15, 2014 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 More sharing options...
intermediadorpopular Posted July 15, 2014 Author Share Posted July 15, 2014 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 More sharing options...
Recommended Posts