#3016

Tu Tran
Moderator

Hi,

The media query for the logo is at the file skin\frontend\sns_nazic\default\less\core\custommenu.less, on the code below:

.header-left {
	float: left;
	@media(max-width: @screen-sm-max){
		width: 40%;
	}
}

Thanks,