1. ecweb
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 08 August 2018
  5.  Subscribe via email
Hi,
I am trying to add 3 columns to a drop down menu and have added ' columns-3' to the main menu item (the text separator) which has the sub-items. However, only one column still appears.
What am I missing?
See the drop down menu under 'web shop' on this page: http://103.42.110.23/~peterwats/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

By default this option is not available with the Fedora template. To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.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;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you for your help :)
Unfortunately, that didn't solve it.
I have added the css - you can see it at http://103.42.110.23/~peterwats/index.php/features/herbs-and-spices
Note the dropdown menu under 'web shop' is still one column
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
ok - done.
Thank you
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Your dropdown should be now displaying in 3 columns as requested.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you - great work!
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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