Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

CSS REsize Wordpress Dropdowns Automatically

.nav li ul {
    width: max-content !important;
    display:flex;
    flex-direction:column;
}
 
.nav li li ul {
    left: max-content !important;
}

#top-menu li li a {
    width: max-content;
}
 
PREVIOUS NEXT
Tagged: #CSS #REsize #Wordpress #Dropdowns #Automatically
ADD COMMENT
Topic
Name
1+2 =