Mr Lucky
Well-known member
1) I want to have no logo when responsive less than 400px width.
This works:
	
	
	
		
But the header height is not reduced.
I try either of these
	
	
	
		
	
	
	
		
But still the header height is not reduced.
2)
How do I have a different logo for responsive?
Can anyone help please?
				
			This works:
		Code:
	
	@media only screen and (max-device-width:400px)
{#logo
{display:none}But the header height is not reduced.
I try either of these
		Code:
	
	@media only screen and (max-device-width:400px)
{#logoBlock
{height:30px !important}
}
		Code:
	
	@media only screen and (max-device-width:400px) 
{#header
{height:30px !important}
}But still the header height is not reduced.
2)
How do I have a different logo for responsive?
Can anyone help please?
 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		