- Posts: 45
- Thank you received: 0
How to change the position of main-menu?
-
digiwide
Inactive member -
Topic Author
- Member
-
Less
More
11 years 8 months ago #33357
by digiwide
Replied by digiwide on topic How to change the position of main-menu?
OK a new file
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #33358
by ivan.milic
Replied by ivan.milic on topic How to change the position of main-menu?
Add this to layout.css:
ul.mnu_mainmenu {
position:static!important;
float:right!important;
}
ul.mnu_mainmenu {
position:static!important;
float:right!important;
}
Please Log in to join the conversation.
-
digiwide
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 45
- Thank you received: 0
11 years 8 months ago #33359
by digiwide
Replied by digiwide on topic How to change the position of main-menu?
Hello
why isnt possible to change the space between logo and menu? Now I have on the ipad the text not anymore in the haeder but not on 1 line. It gifs now two lines with the horizontal version of the Ipad. On the the vertical we get a block with an special menu. Thats good.
why isnt possible to change the space between logo and menu? Now I have on the ipad the text not anymore in the haeder but not on 1 line. It gifs now two lines with the horizontal version of the Ipad. On the the vertical we get a block with an special menu. Thats good.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago - 11 years 8 months ago #33360
by ivan.milic
Replied by ivan.milic on topic How to change the position of main-menu?
It has max-width set to 513px you you can override that:
ul.mnu_mainmenu{
max-width:700px!important;
}
ul.mnu_mainmenu{
max-width:700px!important;
}
Last edit: 11 years 8 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.089 seconds