- Posts: 5
 - Thank you received: 0
 
Submenu width
- 
        wkoch
Inactive member - 
            
				
                            Topic Author
                                 - New Member
 - 
            
         
        Less
        More
        
            
    
        
            
        
                14 years 3 months ago         -  14 years 3 months ago        #9263
        by wkoch
    
    
        
        
    
    
            
            
            
            
                                
    
                                                
    
        Submenu width was created by wkoch            
    
        I'd like my drop-down sub menus to have the same width as their parent menu items on this site: 
    www.micredito.com.ni/test/
The CSS for the drop-down menu is attached.
Please help!
The CSS for the drop-down menu is attached.
Please help!
        Last edit: 14 years 3 months ago  by wkoch.        Reason: attachment didn't go through    
            Please Log in to join the conversation.
- 
        ivan.milic
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 14116
 - Thank you received: 1639
 
            
        
                14 years 3 months ago                #9274
        by ivan.milic
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Re: Submenu width            
    
        Hi open template.css,
find thisČ
.ulwrapper ul {
padding: 16px 0 0 0 !important;
margin: 0 !important;
width: 140px;
position: relative;
}
and remove width property. The sub menus will be same or bigger(because text is wider) that it's parent.
find thisČ
.ulwrapper ul {
padding: 16px 0 0 0 !important;
margin: 0 !important;
width: 140px;
position: relative;
}
and remove width property. The sub menus will be same or bigger(because text is wider) that it's parent.
Please Log in to join the conversation.
- 
        wkoch
Inactive member - 
            
				
                            Topic Author
                                 - New Member
 - 
            
         
        Less
        More
        
            
    
        - Posts: 5
 - Thank you received: 0
 
            
        
                14 years 3 months ago         -  14 years 3 months ago        #9279
        by wkoch
    
    
        
        
    
    
            
            
            
            
                                
    
                                                
    
        Replied by wkoch on topic Re: Submenu width            
    
        Hi there,
Thanks for this. It worked beautifully in Safari but not in Firefox or IE. Do you know of any fixes for those browsers?
Thanks for this. It worked beautifully in Safari but not in Firefox or IE. Do you know of any fixes for those browsers?
        Last edit: 14 years 3 months ago  by wkoch.        Reason: adding file    
            Please Log in to join the conversation.
- 
        ivan.milic
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 14116
 - Thank you received: 1639
 
            
        
                14 years 3 months ago                #9295
        by ivan.milic
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Re: Submenu width            
    
        Hi,
try to put series of   like      after some item title to force it to make with of UL bigger.   is blank character that is not omitted by browsers. If that does not help I can make you fix in jQuery as custom job for you.
try to put series of   like      after some item title to force it to make with of UL bigger.   is blank character that is not omitted by browsers. If that does not help I can make you fix in jQuery as custom job for you.
Please Log in to join the conversation.
        Time to create page: 0.326 seconds