Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
i would like make menu with 6 items in one row. It goes with 5 items in one row, but when i add 6th, it goes one item in second row.
http://www.podhalaner-vom-heimatland.de/
no more than 5 items
any idea?
You have to change the module bootstrap size from 8 to 12, the parameter you can find under the module advanced options section.
Regards, AS Team.
found it:
.navigation #as-menu ul.as-menu > li, .navigation #as-menu ul.as-menu > li:hover {
list-style: none outside none;
margin: 0;
padding: 0;
text-align: center;
width: 19.66%;
}
width: 19.66%; is the easiest way to make a template, but it dosnt work für 6 or more items... :/
for 6 menu items i change width to 16%