End of Support for Joomla 3 - Forum closed			
        
	
	[SOLVED] Two questions
- Magicnagel
 - Offline Topic Author
 - Fresh Boarder
 - 
				
			 - Posts: 11
 - Thank you received: 0
 
		
		Hello,
www.anjanoordmans.com
best regards,
jan
	
	www.anjanoordmans.com
- How do i get rid of the hamburger menu on the desktop version?
 - main menu opens on a phone, would like to have the main menu items to open at a click just like the desktop, is that possible?
 
best regards,
jan
			
			by Magicnagel
			
		
			Please Log in or Create an account to join the conversation.
- joomlaplates
 - 
				
				
									
						
	Offline
					
				
											 - Moderator
 - 
				
			 - Posts: 8859
 - Thank you received: 1740
 
		
		Hello,
1.) Add this css code to your theme additional script
    
2.) Thats not working, sorry
			1.) Add this css code to your theme additional script
<style type="text/css">
@media screen and (min-width: 768px) {
.uk-navbar-toggle {
display:none
}
}
</style>
Attachment add-2.jpg not found
2.) Thats not working, sorry
Dokumentation:
www.joomlaplates.de/dokumentation.html
		www.joomlaplates.de/dokumentation.html
			
			by joomlaplates
			
		
			Attachments:
Please Log in or Create an account to join the conversation.
- Magicnagel
 - Offline Topic Author
 - Fresh Boarder
 - 
				
			 - Posts: 11
 - Thank you received: 0
 
		
		Thanks but you have to be a bit clearer then that.
I went with joomla to the files, past it in the custom.css... did not work
Then i thought maybe he ment the theme.css, past it there at the bottom, did not work.
I thought changes where alway's made in the custom.css?
	
	I went with joomla to the files, past it in the custom.css... did not work
Then i thought maybe he ment the theme.css, past it there at the bottom, did not work.
I thought changes where alway's made in the custom.css?
			
			by Magicnagel
			
		
			Please Log in or Create an account to join the conversation.
- joomlaplates
 - 
				
				
									
						
	Offline
					
				
											 - Moderator
 - 
				
			 - Posts: 8859
 - Thank you received: 1740
 
		
		Hello,
if you want to use the css/custom.css
please use this code
			if you want to use the css/custom.css
please use this code
@media screen and (min-width: 768px) {
.uk-navbar-toggle {
display:none
}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
		www.joomlaplates.de/dokumentation.html
			
			by joomlaplates
			
		
			Please Log in or Create an account to join the conversation.
- Magicnagel
 - Offline Topic Author
 - Fresh Boarder
 - 
				
			 - Posts: 11
 - Thank you received: 0
 
		
		thank you very much, that did the trick.	
	
	
			
			by Magicnagel
			
		
			Please Log in or Create an account to join the conversation.
- Magicnagel
 - Offline Topic Author
 - Fresh Boarder
 - 
				
			 - Posts: 11
 - Thank you received: 0
 
		Moderators: joomlaplates