1. danneel
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 08 July 2020
  5.  Subscribe via email
Hi, I working with the Sophia Template. I would like to increase the width of the dropdown menu column. I see some Custom CSS that was suggested for another template. I tried inserting the following CSS in custom code in the template but I wasn't successful. (And I changed the item number to match the menu item)

.hornav .item-131 ul ul {
width: 200px;
}

What would you recommend to expand the column width on dropdown menu items?

Thanks in advance
References
  1. http://floydcountyanimals.org/39/index.php
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

(Edit to taste)

.hornav > ul > li > ul, .hornav > ul > li > ul > li > ul,
.hornav > ul > li > ul > li > ul > li > ul {
min-width: 230px;
}


CIaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect.. thanks so much.. Have a great day
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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