Support › Forums › Support (Legacy) › menus in frame theme › Reply To: menus in frame theme
26/06/2016 at 11:47
#1842
Keymaster
You can try to change the container size (not only menu, but menu+logo):
@media (min-width: 1200px){
.container {
width: 1170px;
}
To design the logo and menu in mobile as you asked is a little more complex.
It needs more CSS modifications.
