1. Louw
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 10 July 2014
  5.  Subscribe via email
I am trying to change the width and height of the drop down menus in cashmere with custom css but I have not been able to get it right. Would you be able to tell me what custom code I must use to achieve this.

http://personacorp.org/

Kind Regards,

Louw
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Louw

To set the width of your dropdown menu try adding the following to the Custom CSS field of your templates parameters where 100px is your new dropdown width...


#subMenusContainer ul, #subMenusContainer ol {
min-width: 100px;
}
.smOW ul {
width: 100px !important;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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