Logo responsive fail on mobile

Congratulations for the amazing theme.

Everything works good, but in mobile my logo align to right and get out the screen. Is a PNG, with exact size of visible art.

I hope you can help me.

[Screenshot]
https://drive.google.com/file/d/0B_5wY4a_G4uUX3h0TXVmRkttWEE/view

Thanks.

Hi @bmattos,

I hope you are well today and thanks for posting here.

Could you please share me your site URL where it’s displaying so that i can help you?

Kind Regards,
Movin

Hi. My url is http://www.empreendedorgaucho.com.br/

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

@media only screen and (max-width: 767px){
	hgroup#site-logo{
		
margin-left: 0;
		
text-align: center;
	}
	#branding > .container{
		padding: 0;
	}
}