1. Kontakt@cross-media-concept
  2. Commercial Templates
  3. Monday, 05 September 2016
  4.  Subscribe via email
Sorry now i find the Way to get a Multicolumn Menu in this Template. But how can I do that at the other Templates.

Hello,
can you please tell me , how its possible to get 2 Columns in Submenu. On your Demo from the Template Scarlet it is shown under the Menupoint Templatefutures. If i go with the Mouse to this Menupoint opens a Submenu wit 2 Columns.
Thanks a lot.
Greetings from Germany
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

For the moment this feature is only available in our Scarlett and Chelsea templates. In which template are you trying to implement this feature?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi I try to implement this in Template Central

In this Site


Is there another Way to do it?
Thanks for Answer
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try adding the following to the Custom CSS field of your templates parameters and use the same implementation as the Scarlett template...


.hornav .columns-2 + ul {
-moz-column-count: 2;
-moz-column-gap: 0;
-webkit-column-count: 2;
-webkit-column-gap: 0;
column-count: 2;
column-gap: 0;
width: 420px;
}
.hornav .columns-3 + ul {
-moz-column-count: 3;
-moz-column-gap: 0;
-webkit-column-count: 3;
-webkit-column-gap: 0;
column-count: 3;
column-gap: 0;
width: 630px;
}
.hornav .columns-4 + ul {
-moz-column-count: 4;
-moz-column-gap: 0;
-webkit-column-count: 4;
-webkit-column-gap: 0;
column-count: 4;
column-gap: 0;
width: 840px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
It Works.
Thanks a lot.
Greetings from Germany
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!