- Posts: 3
- Thank you received: 0
Fixed Menu
- 
        console
 Inactive member
- 
            
				 Topic Author Topic Author
- New Member
- 
              
        Less
        More
        
            
    
        
            
        
                11 years 6 months ago                #38385
        by console
    
    
            
            
            
            
            
                                
    
                                                
    
        Fixed Menu was created by console            
    
        Hi,
I need to change default Academy main menu to Fixed Main menu, so scrolling down main menu have to follow the page, how can i do this?
Thank you very much for your answer!
Best Regards
I need to change default Academy main menu to Fixed Main menu, so scrolling down main menu have to follow the page, how can i do this?
Thank you very much for your answer!
Best Regards
Please Log in to join the conversation.
- 
        ivan.milic
 Support Staff
- 
            
				  
- Moderator
- 
              
        Less
        More
        
            
    
        - Posts: 14116
- Thank you received: 1639
            
        
                11 years 6 months ago                #38391
        by ivan.milic
    
    
    
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Fixed Menu            
    
        in layout.css add:
.sparky_full.toprow{
position:fixed;
width:100%;
top:0;
}
.sparky_full.logorow{
position:fixed;
width:100%;
top:25px;
}
.sparky_home{
padding-top: 100px;
}
you may need to adjust top, and padding-top
.sparky_full.toprow{
position:fixed;
width:100%;
top:0;
}
.sparky_full.logorow{
position:fixed;
width:100%;
top:25px;
}
.sparky_home{
padding-top: 100px;
}
you may need to adjust top, and padding-top
        The following user(s) said Thank You: console     
            Please Log in to join the conversation.
- 
        yebusa
 Inactive member
- 
            
				  
- New Member
- 
              
        Less
        More
        
            
    
        - Posts: 6
- Thank you received: 0
            
        
                10 years 9 months ago                #43942
        by yebusa
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by yebusa on topic Fixed Menu            
    
        What location I can find the file layout.css?, I have not managed to find it 
Thank You!

Thank You!
Please Log in to join the conversation.
- 
        ivan.milic
 Support Staff
- 
            
				  
- Moderator
- 
              
        Less
        More
        
            
    
        - Posts: 14116
- Thank you received: 1639
            
        
                10 years 9 months ago                #43944
        by ivan.milic
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Fixed Menu            
    
        It is in <template folder>/css/layout.css    
Please Log in to join the conversation.
- 
        yebusa
 Inactive member
- 
            
				  
- New Member
- 
              
        Less
        More
        
            
    
        - Posts: 6
- Thank you received: 0
            
        
                10 years 9 months ago                #43949
        by yebusa
    
    
        
        
    
            
            
            
            
            
                                
    
                                                
    
        Replied by yebusa on topic Fixed Menu            
    
        I'm afraid I do not see the file in the specified path. I attached image files available to me appears in the directory ... / templates / hot_academy / css
Perhaps I misunderstood and it should be me who create it with the code provided?
Thank you in advance! 
    
Perhaps I misunderstood and it should be me who create it with the code provided?

Thank you in advance!
 
    Please Log in to join the conversation.
- 
        ivan.milic
 Support Staff
- 
            
				  
- Moderator
- 
              
        Less
        More
        
            
    
        - Posts: 14116
- Thank you received: 1639
            
        
                10 years 9 months ago                #43952
        by ivan.milic
    
    
    
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Fixed Menu            
    
        Ok, you can use template_css.css    
        The following user(s) said Thank You: yebusa     
            Please Log in to join the conversation.
        Time to create page: 0.093 seconds    
    
